What is #ifdef ? What is its application?


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

Post New Answer

More C Interview Questions

Is null valid for pointers to functions?

0 Answers  


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

2 Answers   Subex, Wipro,


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

0 Answers  


What is the main difference between calloc () and malloc ()?

0 Answers  






What is signed and unsigned?

0 Answers  


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

0 Answers   Wilco,


Find occurence of a character in a sting.

3 Answers   TCS,


Is there sort function in c?

0 Answers  


12345 1234 123 12 1

2 Answers  


difference between c and c++

3 Answers  


how to make program without <> in libray.

0 Answers  


Categories