...
| CERT C++ Secure Coding Standard | EXP30-CPP. Do not depend on order of evaluation between sequence points |
| CERT Oracle Secure Coding Standard for Java | EXP05-J. Do not write more than once to the same variable within an expression |
| ISO/IEC TR 24772:2013 | Operator precedencePrecedence/order Order of evaluation Evaluation [JCW] Side-effects and order Order of evaluation Evaluation [SAM] |
| MISRA-C | Rule 12.1 |
Bibliography
...