Q. Which operator is used to find the remainder of two numbers in C?
β
Correct Answer: (C)
%
Explanation: The % operator is known as "Modulus Operator" and it is used to find the remainder of two numbers.