It is used to determine the order in which different operators with same precedence are evaluated in an expression.
Development
understand
Associativity
Precedence
Answers
Answered by
1
Answer:
In general, operators have a set precedence, or order, in which they are evaluated. Operators also have associativity, which is the order in which operators of the same precedence are evaluated. This order is generally left to right (called left for short), right to left (called right for short), or not relevant.
Answered by
0
Answer: Associativity
Similar questions