Computer Science, asked by manalkhan9689, 7 months ago

What is the difference between special operators and increment and decrement operators.

Answers

Answered by riyasharma92184
0

Answer:

Increment Operators: The increment operator is used to increment the value of a variable in an expression.

...

Differences between Increment And Decrement Operators:

Increment Operators Decrement Operators

Increment Operator adds 1 to the operand. Decrement Operator subtracts 1 from the operand.

Similar questions