Solved

[C++ 11]:Which of the Following Is True

Question 2

Multiple Choice

[C++ 11]:Which of the following is true?


A) Only class templates may specify default type arguments for type parameters.
B) Only function templates may specify default type arguments for type parameters.
C) As of C++ 11, you can use default type arguments for template type parameters in function templates.
D) None of the above.

Correct Answer:

verifed

Verified

Related Questions