Home » C++ Programming » Questions and Answers » Question
  1. What is the use of adapter in STL in c++?
    1. To manipulate the data
    2. To extract the data
    3. To provide interface
    4. All of above
    5. None of these
Correct Option: C

Adapters are data types from STL that adapt a container to provide specific interface.



Your comments will be displayed only after manual approval.