Multiple Choice
In the statement template <class T>, what does the word class indicate?
A) class is a keyword that indicates that T is a type parameter.
B) You are deriving a class from an existing class called T.
C) You are deriving a class called T from a class called template.
D) A class called T will automatically be created by the compiler.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q13: A program may not contain a "regular"
Q14: Using a function template often requires writing
Q15: A catch block serves as<br>A) an exception
Q16: The bad_alloc exception is thrown<br>A) when program
Q17: A(n) _ is used in a function
Q19: The C++ mechanism for exception handling encloses
Q20: When an error occurs, an exception is<br>A)
Q21: The most important data structures in the
Q22: The three sequential container objects currently provided
Q23: The STL vector and list classes are