Multiple Choice
The algorithms provided by the STL are implemented as __________ and perform various operations on elements of containers.
A) virtual functions
B) function templates
C) global variables
D) private data members
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: A technique introduced by C++11 to improve
Q19: Which of the following types of iterators
Q20: To use the map class, you must
Q21: The difference between the unordered_multimap class and
Q22: A function object is an object that
Q24: You can use the name of a
Q25: The most important data structures in the
Q26: When you declare an iterator to work
Q27: The STL provides many algorithms which are
Q28: Select all that apply. Which of the