J.1の不特定の動作でSO/IEC 9899:201xを見てきました。
"The order in which subexpressions are evaluated and the order in which side effects
take place, except as specified for the function-call (), &&, ||, ?:, and comma
operators (6.5)."
これは、
func1() + func2();
func2()は、func1()の前、またはfunc1()の間に実行される場合がありますか?