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


Please Help Members By Posting Answers For Below Questions

Why & is used in scanf in c?

726


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

727


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1609


How do you determine the length of a string value that was stored in a variable?

742


What is a method in c?

712






What does %c do in c?

666


Why c is called object oriented language?

695


What is a null pointer in c?

703


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

992


Why can’t we compare structures?

917


How do we open a binary file in Read/Write mode in C?

802


What is a constant and types of constants in c?

695


What are the 4 types of unions?

703


What is preprocessor with example?

679


What is null pointer in c?

676