Thursday, January 31, 2019

A question on macro expression.

If we want to write i = i + 1, we could use ++i.

I wonder if there is also a short expression for i = i + 2 (or any number > 2)?

No comments:

Post a Comment