

MCQOPTIONS
Saved Bookmarks
1. |
The generic type in a template function |
A. | must be T |
B. | can be T |
C. | cannot be T for functions you create, but may be for C++'s built-in functions |
D. | cannot be T |
Answer» C. cannot be T for functions you create, but may be for C++'s built-in functions | |