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