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

What is the use of gets and puts?

0 Answers  


Difference between null pointer and dangling pointer?

7 Answers   GE, Wipro,


What are the different types of control structures?

0 Answers  


what is the little endian and big endian?

1 Answers  


which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none

7 Answers   Trident,


write a c prog for removing duplicate character from an array and sorting remaining elements using a single array

1 Answers  


What is meant by keywords in c?

0 Answers  


the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789

5 Answers  


How do I read the arrow keys? What about function keys?

0 Answers  


Explain what is the difference between null and nul?

0 Answers  


do you think its fraud or original company?

0 Answers  


Write a program to print numbers from 1 to 100 without using loop in c?

0 Answers  


Categories