Google
×

Increment and decrement operators

Increment and decrement operators are unary operators that increase or decrease their operand by one. They are commonly found in imperative programming languages. C-like languages feature two versions of each operator with slightly different... Wikipedia