Multiple Choice
A function template prefix is placed before the function header while a class template prefix is placed
A) following the public: access specification
B) following the private: access specification
C) before the class declaration
D) before the class constructor function header
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: If an exception is thrown by a
Q25: A(n) _ is a value or an
Q26: If you want to catch a bad_alloc
Q27: Using a function template requires less code
Q28: Class templates allow you to create one
Q30: What does the T represent in the
Q31: The try/catch/throw construct is able to handle
Q32: An exception thrown from outside a try
Q33: In the following code, which statement
Q34: In a function template, the programmer substitutes