what do you mean by operater precedence?
Answers
Answered by
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.
# Hope this helps.
Answered by
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