1.

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 onlyThe 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++

Answer»

Correct option is (a) Set of C++ template classes to provide common programming data STRUCTURES and functions

The explanation is: STL expanded as STANDARD Template LIBRARY is set of C++ template classes to provide common programming data structures and functions.



Discussion

No Comment Found

Related InterviewSolutions