InterviewSolution
Saved Bookmarks
| 1. |
Which of the following type does the container should define?(a) Iterator type(b) Vector type(c) Storage type(d) Memory typeThe question was posed to me in an interview for internship.Query is from Container Design topic in chapter Class Hierarchies, Library & Containers of C++ |
|
Answer» The correct option is (a) ITERATOR type |
|