in reply to Re^15: Why is the execution order of subexpressions undefined?
in thread Why is the execution order of subexpressions undefined?

You should note that the comma operator has a defined execution order. Its better to use examples with operators other than comma.
  • Comment on Re^16: Why is the execution order of subexpressions undefined?