7.3 Grouping Operators
Parentheses (‘()’) are the grouping operators. Surround an
expression with parentheses to force early evaluation.
Parentheses also surround the arguments to functions, but in that
situation they act as punctuators, not as operators.