Computer Science, asked by param744, 7 months ago

What is operator associativity.

Answers

Answered by glittergirl
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 sm1866795
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