#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

#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?

1 Answers   Wipro,


What does int main () mean?

0 Answers  


What is a macro, and explain how do you use it?

0 Answers  


For what purpose null pointer used?

0 Answers  


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

0 Answers   Oracle,






What is oops c?

0 Answers  


What does sizeof function do?

0 Answers  


How can you avoid including a header more than once?

0 Answers  


What is an example of enumeration?

1 Answers  


main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }

5 Answers   Amazon, HCL, Thought Works,


How to establish connection with oracle database software from c language?

0 Answers  


How to add two numbers with using function?

4 Answers  


Categories