Computer Science, asked by Anonymous, 1 year ago

How are operators with equal priority evaluated in an expression?


Hurry up!!! Answer it fast!!!

Answers

Answered by anurag36
8
Hey listen here!!!
Operator precedence. Operator precedence determines the order in which operators are evaluated. Operators with higher precedence are evaluated first. The multiplication operator (" * ") has higher precedence than the addition operator (" + ") and thus will be evaluated first.
Similar questions