Computer Science, asked by abhikanojiya0654, 1 month ago

3.
4. Write a programme of arithmetic operator​

Answers

Answered by ommishra9867
0

Answer:

The below table shows all the Arithmetic Operators in C Programming with examples.

...

Arithmetic Operators in C.

Arithmetic Operators Operation Example

+ Addition 10 + 2 = 12

– Subtraction 10 – 2 = 8

* Multiplication 10 * 2 = 20

/ Division 10 / 2 = 5

Answered by tinkik35
0

Answer:

An arithmetic operator is a mathematical function that takes two operands and performs a calculation on them. They are used in common arithmetic and most computer languages contain a set of such operators that can be used within equations to perform a number of types of sequential calculation.

Similar questions