Home » C++ Programming » Questions and Answers » Question
  1. How many types of container classes are there in c++?
    1. As many as possible
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: C

There are two type of container classes in c++. They are value containers and reference containers.



Your comments will be displayed only after manual approval.