Are comments included during the compilation stage and placed in the EXE file as well?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Write a function in c to find the area of a triangle whose length of three sides is given.

2 Answers  


Can you write the algorithm for Queue?

0 Answers   College School Exams Tests, TCS,


the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38

1 Answers  


void main() { int a=1; while(a++<=1) while(a++<=2); }

4 Answers   HCL,


being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?

1 Answers   TCS,






Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.

4 Answers   Persistent, Subex,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

7 Answers  


What is the use of static variable in c?

0 Answers  


Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001

2 Answers  


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


Why & is used in scanf in c?

0 Answers  


When should a type cast not be used?

0 Answers  


Categories