Open In App

UGC-NET | UGC-NET CS 2017 Dec 2 | Question 12

The associativity of which of the following operators is Left to Right, in C++ ?
(A) Unary Operator
(B) Logical not
(C) Array element access
(D) addressof

Answer: (C)
Explanation: Array element access has left to right associativity in C++.
So, option (C) is correct.

Quiz of this Question

Article Tags :