What is c preprocessor mean?


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

Post New Answer

More C Interview Questions

What is #include called?

0 Answers  


How can this be legal c?

0 Answers  


what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

2 Answers   Facebook,


what are you see during placement time in the student.

0 Answers   Goldman Sachs, TCS, Tech Solutions,






what is different between auto and local static? why should we use local static?

0 Answers  


tell me the full form of c?

2 Answers  


How many data structures are there in c?

0 Answers  


how many argument we can pas in in a function

25 Answers   CTS,


What is new line escape sequence?

0 Answers  


what are the different storage classes in c?

0 Answers   TCS,


proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 Answers   Hughes,


Categories