English, asked by ritikarahi, 14 hours ago

Discuss the various operators available in C with the help of example.

Answers

Answered by Depressed2312
0

The purpose of this operator is to perform mathematical operations like addition, subtraction, division, multiplication etc.

1. Arithmetic Operators in C.

Operator  What it does    Example

+ Addition between 2 operands. A + B = 10

− Subtraction between 2 operands. A − B = 0

Similar questions