Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

#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

Why do we use c for the speed of light?

1285


what is different between auto and local static? why should we use local static?

1171


What are control structures? What are the different types?

1142


Explain what is wrong with this program statement? Void = 10;

1311


What is clrscr in c?

1171


Can a pointer be volatile in c?

1041


What are the differences between Structures and Arrays?

1272


Which is an example of a structural homology?

1376


Why is c so popular?

1210


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

1278


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3741


Explain the concept and use of type void.

1166


How can I remove the leading spaces from a string?

1210


How many levels of pointers have?

1098


what will be maximum number of comparisons when number of elements are given?

1952