Multiple Choice
A(n) ________ is used in a function template to specify a generic data type.
A) dummy variable
B) exception
C) catch block
D) type parameter
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Function templates allow you to write a
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
Q18: In the statement template <class T>, what
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