InterviewSolution
Saved Bookmarks
| 1. |
Associativity of an operator is ___________(a) Right to Left(b) Left to Right(c) Random fashion(d) Both Right to Left and Left to RightThe question was asked during an internship interview.My question comes from Precedence and Order of Evaluation topic in chapter Data Types, Operators and Expressions in C of C |
|
Answer» Correct ANSWER is (d) Both RIGHT to LEFT and Left to Right |
|