Computer Science, asked by yadavharsh1045, 18 days ago

Explain the increment and decrement operators used in C++.​

Answers

Answered by oODivineGirlOo
0

Answer:

Definition. Increment Operator is used to increase the value of the operand by 1whereas the Decrement Operator is used to decrease the value of the operand by 1.

Similar questions