Q4
What does the modulus operator (%) do in C#?
A.
Increments the operand by 1
B.
Returns the quotient of a division
C.
Performs multiplication
D.
Returns the remainder of a division
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board