Home » C++ Programming » Questions and Answers » Question
  1. How many sets of requirements are need in designing a container?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: B

There are three sets of requirements. They are container interface requirements, Allocator interface requirements and iterator requirements.



Your comments will be displayed only after manual approval.