Computer Science, asked by satpaisebhavesh, 4 days ago

What are incremental & decremental operators.​

Answers

Answered by shananchal616
1

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.

Answered by kashyapchandan2009
1

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:

Similar questions