Google News
logo
CPP - Quiz(MCQ)
Which container in c++ will take large objects?
A)
vector
B)
string
C)
class
D)
string & class

Correct Answer :   vector


Explanation : Because the vector is mainly used to store large objects for the game programming and other operations etc.

Advertisement