Chapter 19 : Incrementing and Decrementing Operators



Comparison Operators

Incrementing and Decrementing operators are Unary operators.

Incrementing Operators

Increment operator increases the value of its operand by 1.

The operand(variable) must be a integer value.

We have two types of Increment operator,