I have some code like the following:
int a = 4, b = 3; b = b+++a; cout<
Obviously i know that b+++a is equal to b++ +
b+++a
b++ +