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

How many levels of indirection in pointers can you have in a single declaration?

1072


What is difference between main and void main?

1182


What are types of structure?

1102


How to compare array with pointer in c?

1090


Which is an example of a structural homology?

1305


When is a “switch” statement preferable over an “if” statement?

1130


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2293


Array is an lvalue or not?

1102


What is structure pointer in c?

1030


What is the difference between struct and union in C?

1291


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

1036


How are pointers declared in c?

1043


When should a type cast not be used?

1042


Write the Program to reverse a string using pointers.

1003


What are the advantage of c language?

1033