Post-decrement: Decreases the value of a variable by 1 after using it in an expression.
Pre-increment:Increases the value of a variable by 1 before using it in an expression.
Pre-decrement: Decreases the value of a variable by 1 before using it in an expression.