main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / pawan singh
400
| Is This Answer Correct ? | 12 Yes | 14 No |
Post New Answer View All Answers
how many errors in c explain deply
How can I prevent another program from modifying part of a file that I am modifying?
What is #pragma statements?
What is chain pointer in c?
Can two or more operators such as and be combined in a single line of program code?
How main function is called in c?
How was c created?
How can you invoke another program from within a C program?
Explain setjmp()?
Write a program to print ASCII code for a given digit.
How can I manipulate strings of multibyte characters?
What is difference between structure and union with example?
Write a program on swapping (100, 50)
I heard that you have to include stdio.h before calling printf. Why?
What are loops c?