Binary 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

Operators which are applied on two operand are called as binary operators.

There are different types of binary operators are present. Those
  1. Arithmetic Operators
  2. Logical Operators
  3. Bitwise Logical Operators
  4. Relational Operators