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

Answer Posted / deepak roniya

explanation 7 is right......i also run this program and the
result is -255

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can type-insensitive macros be created?

572


How can I open files mentioned on the command line, and parse option flags?

596


What is c language & why it is used?

583


What does %d do in c?

547


The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

1066






What is const volatile variable in c?

580


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

671


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

1526


Write a code to determine the total number of stops an elevator would take to serve N number of people.

730


What are the different types of linkage exist in c?

614


What are global variables and explain how do you declare them?

581


what are # pragma staments?

1631


What are pointers in C? Give an example where to illustrate their significance.

752


Explain what is operator promotion?

638


When should we use pointers in a c program?

634