#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


Please Help Members By Posting Answers For Below Questions

Explain how many levels deep can include files be nested?

620


how to write a c program to print list of fruits in alpabetical order?

1779


Explain how can you be sure that a program follows the ansi c standard?

852


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1657


How can I avoid the abort, retry, fail messages?

645






How many types of operator or there in c?

593


How can I get random integers in a certain range?

607


What is "Duff's Device"?

695


define string ?

660


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

800


What is the use of getchar() function?

622


What is %lu in c?

671


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

1512


Why n++ execute faster than n+1 ?

1825


What does the c in ctime mean?

557