Computer Science, asked by billalhossainsagor1, 4 months ago

define increment operator

Answers

Answered by Anonymous
2

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.

Hope this much helps uh ❣️

Answered by ehtash
2

Answer:

Increment and decrement operators are unary operators that add or subtract one, to or from their operand, respectively.

Similar questions