Home » C++ Programming » Questions and Answers » Question
  1. How many instance are allowed by map and set while inserting a element into container?
    1. Multiple
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: D

Both map and set only allow one instance of a key or element to be inserted into the container.



Your comments will be displayed only after manual approval.