C++ Template Question:
Download Job Interview Questions and Answers PDF
Tell us what is the STL, standard template library?
Answer:
The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures
The STL includes the classes vector, list, deque, set, multiset, map, multimap, hash_set, hash_multiset, hash_map, and hash_multimap.
The STL includes the classes vector, list, deque, set, multiset, map, multimap, hash_set, hash_multiset, hash_map, and hash_multimap.
Download C++ Template Interview Questions And Answers
PDF
Previous Question | Next Question |
Do you know what is class using C++? | Please tell me how is static data member similar to a global variable? |