main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / vivek shah
because
int range 32767 to -32768
200*200=4000;
so out of range
-255
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a struct c#?
What is the difference between ++a and a++?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
How can I change their mode to binary?
What is unary operator?
What is the use of #include in c?
What is pass by value in c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
what will be maximum number of comparisons when number of elements are given?
Explain bitwise shift operators?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Why do some versions of toupper act strangely if given an upper-case letter?
Does c have enums?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...