what is operator precedence or hierarchy of operators? Also explain the precendence of arithmetic operators.
Answers
Answered by
1
Answer:
Operator precedence determines which operator is performed first in an expression with more than one operators with different precedence. Operators Associativity is used when two operators of same precedence appear in an expression. Associativity can be either Left to Right or Right to Left.
Attachments:
Similar questions