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...

main()
{int a=200*200/100;
printf("%d",a);
}

Answer Posted / vivek shah

because
int range 32767 to -32768
200*200=4000;
so out of range

-255

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does char * * argv mean in c?

1121


What are register variables? What are the advantage of using register variables?

1236


What is double pointer?

1043


What is void pointers in c?

1066


Explain how can I open a file so that other programs can update it at the same time?

1184


How can I read/write structures from/to data files?

1014


What is a class c rental property?

1146


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

2152


Array is an lvalue or not?

1191


How do we open a binary file in Read/Write mode in C?

1278


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

1225


What are the different types of pointers used in c language?

1103


Which driver is a pure java driver

1690


What do you understand by friend-functions? How are they used?

1252


What is the condition that is applied with ?: Operator?

1186