Multiple Choice
What happens to the fractional part when a division is performed on two integer variables?
A) The fractional part is rounded off to the nearest integer value.
B) The fractional part is discarded.
C) Two integers cannot be used in division; at least one of the operands should be a floating-point number.
D) Instead of using an integer division, you should use the modulus operator to perform floating-point division.
Correct Answer:

Verified
Correct Answer:
Verified
Q101: What is the meaning of x =
Q102: Assuming that the user enters 45 and
Q103: Assume the following variables have been declared
Q104: The problem solving process emphasizes a "first,
Q105: What is the difference between the result
Q107: What is the result of the following
Q108: Assuming that the user enters 23 and
Q109: What will be printed by the statements
Q110: Which of the following statements is correct
Q111: Which one of the following is a