Saved Bookmarks
| 1. |
What is meant by standard c++ library?(a) It is the collection of class definitions for standard data structures and a collection of algorithms(b) It is a header file(c) Collection of algorithms(d) Step by step process |
|
Answer» Correct option is (a) It is the collection of class definitions for standard data structures and a collection of algorithms Explanation: It is the collection of class definitions for standard data structures. This part of the library was derived from the Standard Template Library. |
|