main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / sreepal
-255
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the advantage of using #define to declare a constant?
Explain how can you check to see whether a symbol is defined?
How can I manipulate strings of multibyte characters?
What is the difference between local variable and global variable in c?
What is ponter?
If you know then define #pragma?
What is the difference between exit() and _exit() function in c?
Explain how do you generate random numbers in c?
Write programs for String Reversal & Palindrome check
What is the difference between typedef struct and struct?
Why is c called "mother" language?
What does %c mean in c?
What is d'n in c?
What is the acronym for ansi?
Differentiate between the expression “++a” and “a++”?