Increment and decrement operator in c programming
The increment operator is used to increase and the decrement operator is used to decreasing the value of a variable by one. Increment operator (++)… Read More »Increment and decrement operator in c programming