explain the various arithmetic operators and its uses.
Answers
Answered by
0
Answer:
The Arithmetic operators are some of the C Programming Operator, which are used to perform arithmetic operations includes operators like Addition, Subtraction, Multiplication, Division and Modulus. All these Arithmetic operators in C are binary operators which means they operate on two operands.
Answered by
6
Answer:
The Arithmetic operators are some of the C Programming Operator, which are used to perform arithmetic operations includes operators like Addition, Subtraction, Multiplication, Division and Modulus. All these Arithmetic operators in C are binary operators which means they operate on two operands.
Similar questions