#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 / chinnu

MAX=3

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More C Interview Questions

write a progrmm in c language take user interface generate table using for loop?

0 Answers  


what will happen if you free a pointer twice after allocating memory dynamically ?

3 Answers   Novell,


What are different types of operators?

0 Answers  


Find string palindrome 10marks

5 Answers   Honeywell, Infosys, Riktam, Roland,


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

0 Answers  






When do we get logical errors?

0 Answers  


Explain what is wrong with this program statement?

0 Answers  


Program to find largest of three numbers without using comparsion operator?

3 Answers  


What is chain pointer in c?

0 Answers  


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


what is pointer ?

10 Answers   Kernex Micro Systems,


Write a program to check armstrong number in c?

0 Answers  


Categories