InterviewSolution
Saved Bookmarks
| 1. |
Which of the following operator has left to right associativity?(a) Unary operator(b) Logical not(c) Array element access(d) addressofI had been asked this question in a job interview.Question is taken from C++ Concepts in chapter Basics Concepts of C++ of C++ |
|
Answer» Correct OPTION is (C) Array ELEMENT access |
|