Which of the following operator has left to right associativity?
(a) Unary operator
(b) Logical not
(c) Array element access
(d) addressof
I had been asked this question in a job interview.
Question is taken from C++ Concepts in chapter Basics Concepts of C++ of C++