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
",MAX );
#undef MAX
#ifdef MAX
printf("Vector Institute”);
#endif
}

Answer Posted / chandrika

MAX=3

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of using linked list for tree construction?

1145


Can we replace the struct function in tree syntax with a union?

1353


How will you divide two numbers in a MACRO?

1186


What will be your course of action for a push operation?

1154


What does %p mean c?

1118


What are keywords c?

1091


What is extern variable in c with example?

1056


Which is more efficient, a switch statement or an if else chain?

1080


If null and 0 are equivalent as null pointer constants, which should I use?

1311


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1292


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

1237


What is merge sort in c?

1111


What does c mean before a date?

1229


What is #line in c?

1074


How can you call a function, given its name as a string?

1209