Operators in C

Operators are the special characters represent a specific operation. The operation on which performed is called as operands. Based on the operands there are two different operators are present those are

  1. Unary Operators
  2. Binary Operators
based on type of operation the operators types are
  1. Arithmetic Operators
  2. Logical Operators
  3. Bitwise Logical Operators
  4. Relational Operators
  5. Increment and Decrement Operators
  6. Terniary Operator
  7. Special Operators