You are here

Definitions

10 February, 2015 - 10:53

Definition 14.1: increment

Adding one to the value of a variable.

Definition 14.2: decrement

Subtracting one from the value of a variable.

Definition 14.3: postfix

Placing the increment or decrement operator to the right of the operand.

Definition 14.4: prefix

Placing the increment or decrement operator to the left of the operand.