value when i=4 i=++i + ++i + ++i;
Anonymous
In C and C++ modifying the value of a variable in a single statement might produce different results on different compilers as the operators are not associated with a sequence point.
Check out your Company Bowl for anonymous work chats.