-
What is meant by standard c++ library?
-
- It is a header file
- Collection of algorithms
- It is the collection of class definitions for standard data structures and a collection of algorithms
- All of above
- 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.