Home »
MCQs »
C++ MCQs
The operator '+' is?
50. The operator '+' is?
- Unary Operator
- Binary Operator
- Both Unary and Binary
- None of the above
Answer: C) Both Unary and Binary
Explanation:
In C++, the operator '+' can be used as a binary and unary operator.