asked 41.9k views
2 votes
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

1 Answer

6 votes
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.
answered
User Thomas Carlton
by
8.6k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.