1.

How many items are there in sequence container?(a) 2(b) 3(c) 4(d) 5I got this question during an interview.My enquiry is from Sequences topic in division Class Hierarchies, Library & Containers of C++

Answer»

The correct choice is (d) 5

To explain: There are FIVE items in sequence container. They are ARRAY, vector, LIST, forward_list and dequeue.



Discussion

No Comment Found

Related InterviewSolutions