Home » C++ Programming » Questions and Answers » Question
  1. What are the design requirements for building a container from the scratch?
    1. Allocator interface requirements
    2. Iterator requirements
    3. Container interface requirements
    4. All of above
    5. None of these
Correct Option: D

These are the design specific requirements for building a container from the scratch.



Your comments will be displayed only after manual approval.