main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / jaga
a=200*200
=40000/100
=400
a=400
| Is This Answer Correct ? | 7 Yes | 16 No |
Post New Answer View All Answers
pierrot's divisor program using c or c++ code
How to explain the final year project as a fresher please answer with sample project
What does c mean?
Write a code to remove duplicates in a string.
Write a c program to build a heap method using Pointer to function and pointer to structure ?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is the difference between arrays and pointers?
Was 2000 a leap year?
Explain what is a stream?
what is the structure pointer?
Which of these functions is safer to use : fgets(), gets()? Why?
Is swift based on c?
Explain what is wrong in this statement?
What is the difference between the = symbol and == symbol?
What does return 1 means in c?