int a = 5; a = a++ + ++a; a = ?
07/02/2011
Leave a comment
int a = 5; a = a++ + ++a; a = ?
Does anybody know the result? Right, it depends on the compiler…
Greetz Mavi
int a = 5; a = a++ + ++a; a = ?
Does anybody know the result? Right, it depends on the compiler…
Greetz Mavi