cpp:デクリメント
後置減分演算子(postfix decrement operator)
i-- ;
前置減分演算子(prefix decrement operator)
--i ;
デクリメント(decrement) - c-lang:デクリメント