Operators



C language supports a rich set of built-in operators. An operator is a symbol that tells the compiler to perform certain mathematical or logical manipulations. Operators are used in program to manipulate data and variables.

C operators can be classified into following types,

  • Arithmetic operators
  • Relation operators
  • Logical operator
  • Bitwise operators
  • Assignment operators
  • Conditional operators
  • Special operators