...
EXP06-A. Operands to the sizeof operator should not contain side effects
EXP07-A. Cast NULL to (void *) when its intended use is to be a null pointer
Rules
EXP30-C. Do not depend on order of evaluation between sequence points
...
...
EXP06-A. Operands to the sizeof operator should not contain side effects
EXP07-A. Cast NULL to (void *) when its intended use is to be a null pointer
EXP30-C. Do not depend on order of evaluation between sequence points
...