Section 2.12 Word Matching Exercise
Preincrement
Postincrement
Predecrement
Postdecrement
decreases the variable by 1 and returns the new value in the variable. | |
decreases the variable by 1 and returns the old value in the variable. | |
increases the variable by 1 and returns the new value in the variable. | |
increases the variable by 1 and returns the old value in the variable. |