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

int a=200*200/100;/*it is related with assignment operator so
it's right->left shift*/
=200*2;
=400;
the value of a=400

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is %g in c?

1120


Explain setjmp()?

1116


Is c is a low level language?

1208


What is the use of header files?

1155


Why do we use & in c?

1051


What is difference between constant pointer and constant variable?

1399


What is a good data structure to use for storing lines of text?

1139


What do you mean by dynamic memory allocation in c? What functions are used?

1227


In a byte, what is the maximum decimal number that you can accommodate?

1196


What is an auto keyword in c?

1146


Write a c program to demonstrate character and string constants?

2246


Why flag is used in c?

1181


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

1179


difference between Low, Middle, High Level languages in c ?

2139


What are file streams?

1068