main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / ismail
400
| Is This Answer Correct ? | 7 Yes | 12 No |
Post New Answer View All Answers
What’s a signal? Explain what do I use signals for?
difference between Low, Middle, High Level languages in c ?
Can the “if” function be used in comparing strings?
What is the use of getchar() function?
What is the difference between break and continue?
How to Throw some light on the splay trees?
What is const volatile variable in c?
What is #include stdlib h?
write a program to print data of 5 five students with structures?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What are register variables in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is the difference between fread and fwrite function?
What does void main return?
Explain the properties of union. What is the size of a union variable