2. Increment Operators #

Created Tuesday 22 October 2019

These are shortcuts for x = x + 1, with post and pre to make good use of them.

The statement after the two will have the same value;

Associativity is used only when two operators of the same operator https://www.geeksforgeeks.org/operator-precedence-and-associativity-in-c/ https://www.tutorialspoint.com/Operators-Precedence-in-Cplusplus

Caveat: No need to remember the table, use brackets for simplicity.