Google News
logo
CPP - Quiz(MCQ)
Which of the following operator has left to right associativity?
A)
Logical not
B)
addressof
C)
Unary operator
D)
Array element access

Correct Answer :   Array element access


Explanation : Array element has left to right associativity i.e. expressions are evaluated from left to right in case of array element access.

Advertisement