Home » C++ Programming » Standard Library » Question
  1. What is meant by standard c++ library?
    1. It is a header file
    2. Collection of algorithms
    3. It is the collection of class definitions for standard data structures and a collection of algorithms
    4. All of above
    5. None of these
Correct Option: C

It is the collection of class definitions for standard data structures. This part of the library was derived from the Standard Template Library.



Your comments will be displayed only after manual approval.