Computer Science, asked by samridhibhuyan, 7 days ago

Which operator returns the quotient of an integer division?

Answers

Answered by 33pa934
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 amishayv40
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