What is the use of a conditional inclusion statement in C?


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

Post New Answer

More C Interview Questions

What is the difference between volatile and const volatile?

0 Answers  


What is a pointer value and address in c?

0 Answers  


Explain null pointer.

0 Answers  


How do you declare a variable that will hold string values?

0 Answers  


What are the complete rules for header file searching?

0 Answers  






#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }

3 Answers   ADITI,


How can you increase the allowable number of simultaneously open files?

0 Answers  


What is file in c language?

0 Answers  


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

0 Answers   Wipro,


How a string is stored in c?

0 Answers  


Explain what is a const pointer?

0 Answers  


Why we write conio h in c?

0 Answers  


Categories