Home » C++ Programming » Classes & Objects » Question
  1. Which container in c++ will take large objects?
    1. class
    2. vector
    3. string
    4. All of above
    5. None of these
Correct Option: B

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



Your comments will be displayed only after manual approval.