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 far pointer in c?
Can main () be called recursively?
What is sorting in c plus plus?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Define the scope of static variables.
Explain how can you determine the size of an allocated portion of memory?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is the difference between a function and a method in c?
What’s the special use of UNIONS?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is the difference between variable declaration and variable definition in c?
What is an operator?
why wipro wase
Is c is a middle level language?
How many levels deep can include files be nested?