main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / vignesh1988i
output is : 400
| Is This Answer Correct ? | 37 Yes | 18 No |
Post New Answer View All Answers
What is wild pointer in c?
How can I write a function that takes a format string and a variable number of arguments?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
When should the register modifier be used? Does it really help?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is structure data type in c?
How do you override a defined macro?
What are disadvantages of C language.
What is a stream in c programming?
What is n in c?
What is d'n in c?
Do you have any idea about the use of "auto" keyword?
What is double pointer in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Explain how do you determine whether to use a stream function or a low-level function?