Expressions - Programming

Q1:

Every operator has an Associativity

A Yes

B No

ANS:A - Yes

Yes, Each and every operator has an associativity. The associativity (or fixity) of an operator is a property that determines how operators of the same precedence are grouped in the absence of parentheses. Operators may be left-associative, right-associative or non-associative.