Multiple Choice
What does the T represent in the following statement?
Template < class T >
A) the name of the function template
B) T stands for Template
C) a generic data type that is used in a function template
D) the int data type
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q29: A function template prefix is placed before
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
Q35: The try block is immediately followed by