Saved Bookmarks
| 1. |
Which of the following type does the container should define?(a) Iterator type(b) Vector type(c) Storage type(d) Memory type |
|
Answer» The correct option is (a) Iterator type Explanation: Every container must define an iterator type. Iterators allow algorithms to iterate over the container’s contents. |
|