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 / rv

max = 3

Is This Answer Correct ?    70 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

By using C language input a date into it and if it is right?

1132


What is the explanation for modular programming?

1271


Explain what is the benefit of using an enum rather than a #define constant?

1274


What is an array in c?

1097


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2924


Why is c called c?

1074


to find the closest pair

2370


Differentiate between null and void pointers.

1230


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

1157


Can we use visual studio for c?

1154


What is the Purpose of 'extern' keyword in a function declaration?

1142


What is a keyword?

1219


What are identifiers in c?

1239


Tell me when would you use a pointer to a function?

1121


Is return a keyword in c?

1147