#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
What does. int *x[](); means ?
What do mean by network ?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What are types of functions?
Can you write the function prototype, definition and mention the other requirements.
What is && in c programming?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What are the 4 types of organizational structures?
What does 3 periods mean in texting?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
I need a sort of an approximate strcmp routine?
What is null in c?
write a program to rearrange the array such way that all even elements should come first and next come odd
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is memcpy() function?