What is operator associativity.
Answers
Answered by
2
Answer:
In programming languages, the associativity of an operator is a property that determines how operators of the same precedence are grouped in the absence of parentheses. ... If the operator ~ has left associativity, this expression would be interpreted as (a ~ b) ~ c .
Answered by
6
Answer:
In programming languages, the associativity of an operator is a property that determines how operators of the same precedence are grouped in the absence of parentheses. ... If the operator ~ has left associativity, this expression would be interpreted as (a ~ b) ~ c .
Similar questions