Unary 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 single operand are called as unary operators. Increment decrement operators comes under unary operators. There are two different types of unary operators are present. Those
1. increment operator (++)
2. decrement operator (--)