Explain what are preprocessor directives?


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

Post New Answer

More C Interview Questions

What is a c token and types of c tokens?

0 Answers  


void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


How can you be sure that a program follows the ANSI C standard?

0 Answers   Aspire, Infogain,


Explain that why C is procedural?

0 Answers   Maveric, Verifone,


Differentiate between calloc and malloc.

0 Answers   Wipro,


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

0 Answers  


What is string function c?

0 Answers  


What is difference between Structure and Unions?

0 Answers   TISL,


main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above

6 Answers  


how to find string length wihtout using c function?

6 Answers  


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

0 Answers  


how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


Categories