InterviewSolution
Saved Bookmarks
| 1. |
Which container in c++ will take large objects?(a) string(b) class(c) vector(d) string & class |
|
Answer» Correct answer is (c) vector To explain I would say: Because the vector is mainly used to store large objects for the game programming and other operations etc. |
|