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

among '* ','/' arithematic operators / has a higher
precedence.so 200/100 is enclosed in brackets and multiplied
with 200
so a=200*(200/100)=200*2=400

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is logical error?

1191


What is use of null pointer in c?

1060


What is atoi and atof in c?

1136


How is a macro different from a function?

1248


Explain what is wrong with this program statement? Void = 10;

1313


What are file streams?

1068


What do you mean by keywords in c?

1202


What is double pointer in c?

1089


Ow can I insert or delete a line (or record) in the middle of a file?

1050


Explain how can I convert a string to a number?

1148


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

1547


Explain what are run-time errors?

1145


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

5266


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

1227


What are the different types of control structures?

1084