Computer Science, asked by reyrazel1972, 9 months ago

difference between increment and decrement

Answers

Answered by madhusudhan1226
1

Answer:

Increment operators increase the value of the variable by a particular number by which it is increased. On the other hand decrement operators decrease the value of the variable by a particular number by which it was decreased, For example, i+2, i-2.

Similar questions