Home »
MCQs »
C++ MCQs
Which of the following is not an arithmetic operator?
62. Which of the following is not an arithmetic operator?
- %
- /
- !
- *
Answer: C) !
Explanation:
In C++, the "!" operator is not an arithmetic operator, it is a logical operator.