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
Why C language is a procedural language?
Can i use “int” data type to store the value 32768? Why?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
what is stack , heap ,code segment,and data segment
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What are called c variables?
What does double pointer mean in c?
Can you write a programmer for FACTORIAL using recursion?
What is the general form of #line preprocessor?
What is action and transformation in spark?
How would you obtain the current time and difference between two times?
How many keywords are there in c?
What is a newline escape sequence?
What is #pragma statements?
What are directives in c?