Computer Science, asked by Anonymous, 1 year ago

what do you mean by operater precedence?

Answers

Answered by Niruru
14
Operator Precendence are rules for specifying the order in which the operators in an expression are evaluated when the expression has several operators.

# Hope this helps.
Answered by nasskhan970
2
When several operations occur in an expression, each part is evaluated and resolved in a predetermined order called operator precedence. Parentheses can be used to override the order of precedence and force some parts of an expression to be evaluated before other parts.
Similar questions