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
}



#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("..

Answer / chinnu

MAX=3

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More C Interview Questions

What is the advantage of an array over individual variables?

0 Answers  


What is a header file?

0 Answers  


Why clrscr is used after variable declaration?

0 Answers  


f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 Answers  


Do array subscripts always start with zero?

0 Answers  


what are the 10 different models of writing an addition program in C language?

0 Answers  


What is meant by initialization and how we initialize a variable?

0 Answers  


why effort estimation is important?

1 Answers  


Which sorting algorithm is the best?

1 Answers  


why program counter is 16 bit?

3 Answers  


how to TOGGLE Nth bit of variable in a MACRO

1 Answers   NDS,


is c language is a object oreinted language?

5 Answers   TCS,


Categories