InterviewSolution
Saved Bookmarks
| 1. |
In how many categories, containers are divided?(a) 1(b) 2(c) 3(d) 4The question was posed to me in semester exam.Enquiry is from Standard Template Library in section Derived Classes, Templates & Exception Handling in C++ of C++ |
|
Answer» RIGHT option is (d) 4 The best I can explain: Containers are divided into 4 categories NAMELY Sequence Containers, Associative Containers, UNORDERED Associative Containers and Container ADAPTORS. |
|