Which operator returns the quotient of an integer division?
Answers
Answered by
1
Answer:
The following example uses the \ operator to perform integer division. The result is an integer that represents the integer quotient of the two operands, with the remainder discarded.
Answered by
0
Answer:
the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another (called the modulus of the operation).
Similar questions