1. 

Associativity has no role to play unless the precedence of operator is same.

A. True
B. False

2. 

The expression of the right hand side of || operators doesn't get evaluated if the left hand side determines the outcome.

A. True
B. False

3. 

In the expression a=b=5 the order of Assignment is NOT decided by Associativity of operators

A. True
B. False

4. 

Associativity of an operator is either Left to Right or Right to Left.

A. True
B. False