InterviewSolution
Saved Bookmarks
| 1. |
What does the sequence adaptor provide?(a) Insertion(b) Deletion(c) Interface to sequence container(d) Insertion & DeletionThe question was posed to me during an interview for a job.Query is from Sequence Adapters topic in portion Class Hierarchies, Library & Containers of C++ |
|
Answer» Correct ANSWER is (c) Interface to sequence CONTAINER |
|