Computer Science, asked by srinivasrti4775, 11 months ago

Which of the following is not an arithmetic operator ?
+
-
*
Mod

Answers

Answered by robowarrior0619
0

Answer:

mod

Explanation:

+ is used for addition

- is used for subtraction

* is used for multiplication

Answered by qwcricket10
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,
  1.  '+'   is the operator that outputs the sum of two or more numbers.
  2. ' - '   this operator will give you the different results between the numbers.
  3. '*' this is used for finding the product result.
  4. 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