Computer Science, asked by dineshjagai8835, 10 months ago

What do you mean by Operator precedence?

Answers

Answered by Anonymous
20

Answer:

An operator precedence is the order that an operator is executed. For example, many times a multiplication operator will execute before the addition operator. See our order of operations definition for a full description.

Answered by letmeanswer12
3

Operator precedence

Explanation:

  • The precedence of the operator defines the grouping of terms into an expression and specifies how an expression is evaluated. If several operations occur in an expression, in a fixed order called operator precedence, each portion is evaluated and resolved.
  • Parentheses may be used to circumvent the order of precedence and compel sections of an expression to be evaluated in advance of others. Operations within parentheses are often conducted in front of that outside. Nevertheless, standard operator precedence is retained within parentheses.

Similar questions