Operator precedence

An operator precedence is the order that an operator is executed. For example, many times a multiplication operator will execute before the addition operator.

Also see: Operator, Programming definitions