what is the order of execution of an arithmetic expression if there are more than one arithmetic operators??
Answers
Answered by
4
Answer:
When there is more than one arithmetic operator in an expression, multiplication, division, and modulo are calculated first, followed by subtraction and addition. If all arithmetic operators in an expression have the same level of precedence, the order of execution is left to right.
Hope it helps ✌
Similar questions