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

List some applications of c programming language?

0 Answers  


What is an auto keyword in c?

0 Answers  


Why doesnt long int work?

0 Answers  


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

0 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,






code for bubble sort?

1 Answers  


Define circular linked list.

0 Answers  


write a program to print sum of each row of a 2D array.

4 Answers  


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


how we can make 3d venturing graphics on outer interface

1 Answers   Microsoft,


How can I do peek and poke in c?

0 Answers  


int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


Categories