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 clrscr in c?

0 Answers  


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

0 Answers  


What is the use of in c?

0 Answers  


What are loops c?

0 Answers  


Explain following declaration int *P(void); and int (*p)(char *a);

3 Answers  






What should malloc() do?

0 Answers  


fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 Answers   HCL,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers   Mind Tree,


What is the purpose of the preprocessor directive error?

0 Answers  


Write a C program to find the smallest of three integers, without using any of the comparision operators.

7 Answers   TCS,


Write a program for finding factorial of a number.

0 Answers   Tech Mahindra,


What is the advantage of using #define to declare a constant?

0 Answers   Agilent, ZS Associates,


Categories