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 does char * * argv mean in c?
What are register variables? What are the advantage of using register variables?
What is double pointer?
What is void pointers in c?
Explain how can I open a file so that other programs can update it at the same time?
How can I read/write structures from/to data files?
What is a class c rental property?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Array is an lvalue or not?
How do we open a binary file in Read/Write mode in C?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What are the different types of pointers used in c language?
Which driver is a pure java driver
What do you understand by friend-functions? How are they used?
What is the condition that is applied with ?: Operator?