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
Explain what does the format %10.2 mean when included in a printf statement?
What are the benefits of c language?
What is the use of linkage in c language?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What are the different types of C instructions?
What do you mean by invalid pointer arithmetic?
What is advantage of pointer in c?
Explain what is operator promotion?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is the use of typedef in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Lists the benefits of c programming language?
Explain how can you restore a redirected standard stream?
How can I manipulate individual bits?
Do you have any idea about the use of "auto" keyword?