Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following operator has left to right associativity?

a) Unary operator
b) Logical not
c) Array element access
d) addressof

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

Join The Discussion