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

MAX=3

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between array and pointer?

1083


What is the use of pointers in C?

1133


In c language can we compile a program without main() function?

1179


Describe newline escape sequence with a sample program?

1169


Explain what is the stack?

1157


What is the benefit of using #define to declare a constant?

1150


What is the value of uninitialized variable in c?

1088


What is function prototype?

1215


Is r written in c?

1189


Difference between macros and inline functions? Can a function be forced as inline?

1349


Is c high or low level?

1052


Write a simple code fragment that will check if a number is positive or negative.

1208


What are the functions to open and close file in c language?

1260


Can you please explain the scope of static variables?

1106


Tell me can the size of an array be declared at runtime?

1083