What is the Standard Template Library?
(a) Set of C++ template classes to provide common programming data structures and functions
(b) Set of C++ classes
(c) Set of Template functions used for easy data structures implementation
(d) Set of Template data structures only
The question was posed to me in an interview for internship.
My question comes from Standard Template Library in section Derived Classes, Templates & Exception Handling in C++ of C++