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
Why & is used in scanf in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
How do you determine the length of a string value that was stored in a variable?
What is a method in c?
What does %c do in c?
Why c is called object oriented language?
What is a null pointer in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Why can’t we compare structures?
How do we open a binary file in Read/Write mode in C?
What is a constant and types of constants in c?
What are the 4 types of unions?
What is preprocessor with example?
What is null pointer in c?