Computer Science, asked by vhani35, 11 months ago

Differentiate between the increment and Decrement operator.

Answers

Answered by harshita12413
2

Answer:

The difference between increment and decrement operators are very simple. 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.

plz mark as brainliest answer

Similar questions