122 B
Executable File
122 B
Executable File
y++, use then increment (post) ++y, increment then use (pre) y--, use then decrement (post) --y, decrement then use (pre)