#define MAX 3
main()
{
printf("MAX = %d
",MAX );
#undef MAX
#ifdef MAX
printf("Vector Institute”);
#endif
}



#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("..

Answer / chandrika

MAX=3

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

How can I open a file so that other programs can update it at the same time?

0 Answers  


actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston

3 Answers   Ramco,


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


What are data breakpoints?

3 Answers   Adobe,


‎How to define structures? · ‎

0 Answers  






#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }

1 Answers  


What does %c do in c?

0 Answers  


is it possible to create your own header files?

0 Answers  


Difference Between embedded software and soft ware?

1 Answers   Bosch,


what is computer engg

1 Answers  


How can a program be made to print the name of a source file where an error occurs?

0 Answers  


How can variables be characterized?

0 Answers  


Categories