EXP00-A. Use parentheses for precedence of operation
EXP01-A. Use parentheses within macros around variable names
EXP05-A. Do not cast away a const qualification
EXP30-C. Do not depend on order of evaluation between sequence points
EXP31-C. Do not modify constant values
EXP32-C. Do not access a volatile object through a non-volatile reference
EXP33-C. Do not reference uninitialized variables