Computer Science, asked by sujathanori5, 11 months ago

define increment and decrement operators​

Answers

Answered by Ojaschaudhary1221
0

Answer:

increment means to increase operators

Explanation:

decrement means to decrease operators

Answered by uhasreemyneni
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. C-like languages feature two versions (pre- and post-) of each operator with slightly different semantics.

Similar questions