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