What is a macro in c preprocessor?


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

Post New Answer

More C Interview Questions

what are the general concepts of c and c++

2 Answers  


what is the role you expect in software industry?

0 Answers   HCL,


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


write a program to fined second smallest and largest element in a given series of elements (without sorting)

9 Answers   Yahoo,


How do you convert strings to numbers in C?

0 Answers  






what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

0 Answers   Wipro,


What are the benefits of organizational structure?

0 Answers  


what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it

5 Answers   DIT,


Are pointers really faster than arrays?

0 Answers  


write a c program to convert fahrenheit to celsius?

4 Answers   TCS,


What is the use of putchar function?

0 Answers  


can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


Categories