Multiple Choice
The most important data structures in the STL are _ _ and .
A) templates, prototypes
B) lists, groups
C) containers, iterators
D) arrays, structs
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Types of iterators are<br>A)random- access.<br>B)input and output.<br>C)forward
Q2: In the statement template <class T>, what
Q2: An exception is a condition that can
Q6: In the statement template <class T>, what
Q7: A(n)_ is a class that stores data
Q9: A(n)is used in a function template to
Q11: A(n)is like a pointer. It is used
Q12: Function templates allow you to write a
Q19: The C++ mechanism for exception handling encloses
Q23: The STL vector and list classes are