Operator precedence
Updated: 09/15/2017 by Computer Hope
An operator precedence is the order that an operator is executed. For example, often a multiplication operator executes before the addition operator. See our order of operations definition for a full description.