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

How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

1056


What are header files and what are its uses in C programming?

1137


What is keyword in c?

966


What is the translation phases used in c language?

1063


What does != Mean in c?

991


Are negative numbers true in c?

1004


How is actual parameter different from the formal parameter?

974


What is the right type to use for boolean values in c? Is there a standard type?

971


Why calloc is better than malloc?

978


Here is a good puzzle: how do you write a program which produces its own source code as output?

1038


Explain how can you check to see whether a symbol is defined?

1089


Explain modulus operator. What are the restrictions of a modulus operator?

973


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

1079


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1987


What is c preprocessor mean?

1248