The remainder operator ____.
a. provides the quotient of integer division
b. must follow a division operation
c. is also called the modulus operator
d. is represented by a forward slash
The remainder operator is also called the modulus operator, and works on integers, resulting in the remainder when the quotient is divided by the dividend. It need not follow division, and the forward slash represents a standard division problem.