hello,


any can explain me the which a am going to calculate first of this

int α=1 double d=1.0

a = 5 + 5 * 2 % a--;


this

d + = 1.5 * 3 + (++d);

this
d - = 1.5 * 3 + d++;


i found wrong results i want to know the mistake how can i calculate this without c++
thanks a lot!!!