#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

A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

0 Answers   HCL,


How does normalization of huge pointer works?

0 Answers  


What is s in c?

0 Answers  


whats the use of header file in c?

2 Answers  


write a programme to convert temperature from farenheit to celcius?

4 Answers   IBM,






read a number & print all its devisors using c-program?

3 Answers  


Write a program in C to reverse a number by recursive function?

1 Answers  


where do we use volatile keyword?

1 Answers  


What is a const pointer?

0 Answers  


What are global variables and how do you declare them?

0 Answers  


Explain the Difference between the New and Malloc keyword.

0 Answers   InterGraph,


What is derived datatype in c?

0 Answers  


Categories