...
EXP14-C. Beware of integer promotion when performing bitwise operations on chars or shorts
EXP15-C. Do not place a semicolon on the same line as an if, for, or while statement
EXP16-C. Do not compare function pointers to constant values
EXP17-C. Do not perform bitwise operations in conditional expressions
EXP18-C. Do not perform assignments in conditional expressions
Rules
EXP30-C. Do not depend on order of evaluation between sequence points
...