Dec 12, 2014 at 2:55pm
The C++ standard does not define the outcome of line 9 because you are not allowed to manipulate a value twice in the same expression like that.
Dec 12, 2014 at 3:06pm
so how is the output for line 9 decided??
Dec 12, 2014 at 3:56pm
Prefix has higher precedence than postfix / suffix.
Dec 12, 2014 at 3:57pm
alright thanks topic closed
Dec 12, 2014 at 5:07pm
This has nothing to do with precedence.