Understanding Operator Precedence

12345678910
Across
  1. 2. – Operators such as AND and OR, evaluated later in the precedence chain.
  2. 6. – The rule that decides which operator is evaluated first.
  3. 8. – An operator with higher precedence than addition.
  4. 9. – The process of computing expressions based on precedence rules.
  5. 10. – Highest-precedence operators like ++ and --.
Down
  1. 1. – Shares the same precedence level as multiplication.
  2. 3. – An arithmetic operator evaluated after multiplication and division.
  3. 4. – Determines the direction of evaluation (left-to-right or right-to-left).
  4. 5. – Used to override default operator precedence.
  5. 7. – Operators used to compare values, evaluated after arithmetic operators.