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

a=200*200
=40000/100
=400
a=400

Is This Answer Correct ?    7 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are header files in c?

1122


Can you think of a logic behind the game minesweeper.

2521


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

2046


What is difference between structure and union in c?

1038


What is the right way to use errno?

1119


Tell me the use of bit field in c language?

1108


How do I convert a string to all upper or lower case?

1173


What does double pointer mean in c?

1260


What is indirection in c?

1120


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

1143


What is hashing in c?

1211


What is a substring in c?

1087


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

1063


ATM machine and railway reservation class/object diagram

5311


Which control loop is recommended if you have to execute set of statements for fixed number of times?

1411