Tag: ICT for SSC

Increment and Decrement Operators in C

In C, there are two increment (++) and  decrement (--) operators to change the value of an operand (constant or variable) by 1. Increment operator...