Which of the following is not a Arithmetic Operator?
Answers
Answered by
6
Answer:
where is your question
Answered by
2
The correct question is:
Which of the following is not a Arithmetic Operator? +
%
&
*
Answer:
& operator is not an arithmetic operator
Explanation:
Arithmetic operators are those that perform arithmetic operations like addition, subtraction, multiplication, and division.
There are more arithmetic operators like exponentiation, modulus operations, increment, decrement, etc.
It takes two or more operands as input and results in one output value.
+ - Addition operator
% - Modulus operator
& - And operator
* - Multiplication operator.
So, And operator is not an arithmetic operator. It is a logical operator.
Similar questions