InterviewSolution
Saved Bookmarks
| 1. |
How many types of container classes are there in c++?(a) 1(b) 2(c) 3(d) As many as possible |
|
Answer» Correct option is (b) 2 To explain: There are two type of container classes in c++. They are value containers and reference containers. |
|