Home »
MCQs »
C++ MCQs
The operator '%' is known as?
51. The operator '%' is known as?
- Division Operator
- Modulus Operator
- Percentage Operator
- None of the above
Answer: B) Modulus Operator
Explanation:
In C++, the operator '%' is known as the modulus operator, which is used to find the remainder.