Computer Science, asked by avanish9bstjosephgkp, 10 months ago

explain the increment and decrement operators with 5 examples​

Answers

Answered by swarna089
3

Increment and Decrement operators are unary operators that add or subtract one ,to or form thier operand, respectively . They are commonly implemented in imperated programming languages .... The increment operator increases ,and the Decrement operator increases, the value of it's operand by 1

Answered by Anonymous
2

Answer:

Increment Operators are used to increased the value of the variable by one and Decrement Operators are used to decrease the value of the variable by one in C programs. Both increment and decrement operator are used on a single operand or variable, so it is called as a unary operator.

Similar questions