Q8
What does the modulus operator (%) do in C++?
A.
Returns the remainder
AnswerB.
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