Solved

If You Want to Make a Function a Template Function

Question 20

Multiple Choice

If you want to make a function a template function, you must precede the function declaration and definition with


A) template
B) template <class int>
C) template <class T>
D) template <void>

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions