Home » C++ Programming » Questions and Answers » Question
  1. How many items are there in sequence container?
    1. 5
    2. 4
    3. 3
    4. 2
    5. None of these
Correct Option: A

There are five items in sequence container. They are array, vector, list, forward_list and dequeue.



Your comments will be displayed only after manual approval.