Which of the following is not an arithmetic operator ?
+
-
*
Mod
Answers
Answered by
0
Answer:
mod
Explanation:
+ is used for addition
- is used for subtraction
* is used for multiplication
Answered by
0
In the given options all belong to the arithmetic operator group.
- Arithmetic operators are used to perform operations related to mathematics.
- The different types of arithmetic operators are used in many services.
- Addition, subtraction, etc are some of the operators.
- Here, in the given options,
- '+' is the operator that outputs the sum of two or more numbers.
- ' - ' this operator will give you the different results between the numbers.
- '*' this is used for finding the product result.
- And finally the 'mod' operator is the one used to find out the remainder in the division operation.
- Hence, in the options all are arithmetic operators.
Similar questions