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

Verified
Correct Answer:
Verified
Q7: A sequential container organizes data in a
Q18: Two types of container classes in the
Q19: All type parameters defined in a function
Q20: The bad_alloc exception is thrown<br>A)when program code
Q22: A try block must immediately be followed
Q25: A _ is a "generic" function that
Q26: To catch an exception, a program must<br>A)have
Q27: How much memory is reserved for a
Q28: When an error occurs, an exception is<br>A)passed.<br>B)ignored.<br>C)created.<br>D)thrown.<br>E)None
Q32: Iterators are objects that are similar to