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

To explain I would SAY: Vector allows insertion of ELEMENT at the end.



Discussion

No Comment Found

Related InterviewSolutions