Operators in C:

An operator is a symbol that tells the compiler to perform specific mathematical or logical functions. C language is rich in built-in operators and provides the following types of operators −

  • 1.Arithmetic Operators
  • 2.Assignment Operators
  • 3.Logical Operators
  • 4.Relational Operators
  • 5.Bitwise Operators
  • 6.Misc Operators