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 ? | 11 Yes | 1 No |
Post New Answer View All Answers
Is c weakly typed?
What is difference between far and near pointers?
What are the scope of static variables?
What is difference between array and structure in c?
Is c call by value?
simple program of graphics and their output display
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What are the advantages of union?
How can I get the current date or time of day in a c program?
Describe wild pointers in c?
Explain the properties of union. What is the size of a union variable
What is conio h in c?
Explain what does the format %10.2 mean when included in a printf statement?
Explain a pre-processor and its advantages.
What is difference between static and global variable in c?