Possible Duplicate:
Order of evaluation in C++ function parameters
In C++ is the order of arguments evaluation defined or undefined?
My friend said it's defined , and like a STACK, been pushed from rightmost to left. Is this right or not?
Thank you