Parentheses for precedence

IDCC-13
TitleUse sufficient parentheses to clarify the order of execution in expressions.
PriorityStrongly recommended
Severity level5
DescriptionUse sufficient parentheses to clarify the order of execution in mathematical and logical expressions. Without them, the generated code may display unexpected behavior.
RationaleReadability, Robustness