-- (minus, minus)
In postfix notation, an operator which reduces (decrements) the value of a variable. So var-- is the same as var=var-1.

In postfix notation, an operator which reduces (decrements) the value of a variable. So var-- is the same as var=var-1.