Which container in c++ will take large objects?
(a) string
(b) class
(c) vector
(d) string & class
I have been asked this question at a job interview.
Origin of the question is Large Objects topic in chapter Source Files, Classes and Operator Overloading in C++ of C++