Latest C++ Aptitude Question SOLUTION: Suppose that the foo class does not have an overloaded assignment operator. What happens when an assignment a=b; is given for two foo objects? a) The automatic assignment operator