What are preprocessor directives in c?


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

Post New Answer

More C Interview Questions

Between macros and functions,which is better to use and why?

0 Answers  


explain what are pointers?

0 Answers  


Why do we need arrays in c?

0 Answers  


Difference between Class and Struct.

13 Answers   Ericsson, Motorola, Wipro,


Why c++ is called c++ and not c+?

9 Answers   EBS,






program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5

8 Answers   Infosys,


How can you pass an array to a function by value?

0 Answers  


What is array in c with example?

0 Answers  


How does placing some code lines between the comment symbol help in debugging the code?

0 Answers  


what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 Answers  


Explain how can you tell whether a program was compiled using c versus c++?

0 Answers  


Categories