Multiple Choice
A function template's prefix contains ________ in angled brackets.
A) one or more generic data types
B) the function definition
C) constant values
D) the function's return type
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The algorithms provided by the STL are
Q5: In a function template, the programmer substitutes
Q6: Non-template functions have a slight advantage in
Q7: A sequential container organizes data in a
Q8: Two types of container classes in the
Q10: To catch an exception, a program must<br>A)
Q11: Types of iterators are<br>A) input and output.<br>B)
Q12: Function templates allow you to write a
Q13: A program may not contain a "regular"
Q14: Using a function template often requires writing