1.

Which of the following is not a Arithmetic Operator? + % & *

Answer»

perator is not an arithmetic operator

Explanation:

Arithmetic operators take numerical values (either literals or variables) as their operands and return a single numerical value. The BASIC arithmetic OPERATIONS are addition, subtraction, MULTIPLICATION, and division. There are more arithmetic operators like exponentiation, modulus operations, increment, decrement, ETC.

+ - Addition operator

% - Modulus operator

& - And operator

* - Multiplication operator.

So, And operator is not an arithmetic operator. It is a logical operator.



Discussion

No Comment Found