Question:Which of the following is NOT an arithmetic operator?
A + B - C * D &
+ AnswerD
+ ExplanationThe & operator is a bitwise operator, not an arithmetic operator.
+ Report