Vidyalelo
C++ Programming · Q8

Operators and Expressions in C++

Programming · C++ Programming · question 8

Q8

What does the modulus operator (%) do in C++?

A.
Returns the remainder
Answer
B.
Returns the quotient
C.
Returns the sum
D.
Returns the product

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board