#define MAX 3
main()
{
printf("MAX = %d
",MAX );
#undef MAX
#ifdef MAX
printf("Vector Institute”);
#endif
}
Answer Posted / chinnu
MAX=3
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain how can you check to see whether a symbol is defined?
What are the __date__ and __time__ preprocessor commands?
Compare interpreters and compilers.
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is pass by value in c?
What is signed and unsigned?
What does %2f mean in c?
What is the most efficient way to store flag values?
What are preprocessor directives in c?
What is the use of clrscr?
What are the keywords in c?
What do you mean by dynamic memory allocation in c?
What is the purpose of 'register' keyword?
What is sizeof in c?
Write a program to print “hello world” without using semicolon?