Operators in C are that symbols which work on operands. Operator in C language is used to perform specific mathematical or logical computations on the operands and it reduces a single value.


TYPES OF OPERATORS IN C

Operators in C language, are classified into several categories.

      • Arithmetic Operators
      • Relational Operators
      • Logical Operators
      • Bitwise Operators
      • Ternary or Conditional Operators
      • Assignment Operators
      • Misc Operators
      • Special Operators

When we are doing calculations using operators we need to follow the precedence of  the operator. To know the precedence click here.