KnowledgeBoat Logo

Computer Applications

Distinguish between the following:

Increment and Decrement Operator

Java Operators

7 Likes

Answer

Increment OperatorDecrement Operator
Increment operators increment the value of their operand by 1.Decrement operators decrement the value of their operand by 1.
Increment operators are represented by ++ symbol.Decrement operators are represented by -- symbol.

Answered By

5 Likes


Related Questions