Increment and Decrement operators
Increment and Decrement operators in C-: C language providing very useful two operators these are the Increment and Decrement operators. These are different type operator. Increment operator increase the value and decrement operator decrease the value. First is the increment operator(++ )-: it adds one (1) in the value and its called the increment operator.… Read More »