What is the symbol indicated the c-preprocessor?


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

Post New Answer

More C Interview Questions

main() { int i=5; printf("%d%d%d%d",i++,i--,i); }

10 Answers  


Difference between for loop and while loop?

1 Answers  


Write a programe print the sum of series 0,1,2,.....10

7 Answers  


what are bit fields? What is the use of bit fields in a structure declaration?

0 Answers   Flextronics, TISL, Virtusa,


What is a memory leak in structures? How can we rectify that?

2 Answers  






In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


What is information technology.

1 Answers  


Why & is used in c?

0 Answers  


What is the use of header?

0 Answers  


Write the syntax and purpose of a switch statement in C.

0 Answers   Adobe,


write a program for fibonaci series by using while loop in c?

2 Answers  


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

0 Answers   Wilco,


Categories