India Languages, asked by abhinavdey4904, 5 months ago

Explain how increment and decrement operators work

Answers

Answered by Anonymous
9

Increment and decrement operators are unary operators that add or subtract one, to or from their operand, respectively. They are commonly implemented in imperative programming languages. The increment operator increases, and the decrement operator decreases, the value of its operand by 1.

Answered by raoprateek7826
0

Answer:

Increment and decrement operators are unary operators that add or subtract one, to or from their operand, respectively. They are commonly implemented in imperative programming languages. ... The increment operator increases, and the decrement operator decreases, the value of its operand by 1.

Explanation:

follow me

Similar questions