cpp:インクリメント
後置増分演算子(postfix increment operator)
i++ ;
前置増分演算子(prefix increment operator)
++i ;
c-lang:インクリメント
インクリメント
(
increment
)