InterviewSolution
Saved Bookmarks
| 1. |
Which operator is having the right to left associativity in the following?(a) Array subscripting(b) Function call(c) Addition and subtraction(d) Type castThis question was posed to me in an interview for job.I need to ask this question from Operators topic in division Functions, Namespaces & Exceptions in C++ of C++ |
|
Answer» Right answer is (d) Type cast |
|