#define MAX 3
main()
{
printf("MAX = %d \n",MAX );
#undef MAX
#ifdef MAX
printf("Vector Instituteā);
#endif
Answer Posted / rohit
it will give a compile error..
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
Why do we use c for the speed of light?
what is different between auto and local static? why should we use local static?
What are control structures? What are the different types?
Explain what is wrong with this program statement? Void = 10;
What is clrscr in c?
Can a pointer be volatile in c?
What are the differences between Structures and Arrays?
Which is an example of a structural homology?
Why is c so popular?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Explain the concept and use of type void.
How can I remove the leading spaces from a string?
How many levels of pointers have?
what will be maximum number of comparisons when number of elements are given?