1.

What is the associativity of add(+);?(a) right to left(b) left to right(c) right to left & left to right(d) top to bottomI got this question in an interview.My doubt stems from Essential Operators in portion Source Files, Classes and Operator Overloading in C++ of C++

Answer»

Correct CHOICE is (b) left to RIGHT

For explanation: left to right is the associativity of ADD(+);.



Discussion

No Comment Found

Related InterviewSolutions