Computer Science, asked by baninegi820, 6 months ago

What do you mean by the Associativity of operator?​

Answers

Answered by Anonymous
10

Answer:

In programming languages, theassociativity of an operator is a property that determines how operators of the same precedence are grouped in the absence of parentheses. ... If theoperator has right associativity, the expression would be interpreted as a ~ (b ~ c) .

Answered by Arshnoor25
3

Answer:

Associativity of an operator is a property that determines how operators of the same precedence are grouped in the absence of parentheses. If an operand is both preceded and followed by operators .

Explanation:

hope it helps.

Similar questions