InterviewSolution
Saved Bookmarks
| 1. |
Where does the vector add the item?(a) End(b) Insert(c) Middle(d) StartI got this question in unit test.Asked question is from Almost Containers in section Class Hierarchies, Library & Containers of C++ |
|
Answer» Correct choice is (a) END |
|