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:

Verified
Correct Answer:
Verified
Q1: The relationship between function templates and function-template
Q3: For a class template, the scope resolution
Q4: Function templates:<br>A) Can include objects of template
Q5: Class templates:<br>A) May include the statement template<typename
Q6: Assuming that all four of the following
Q7: Nontype parameters are:<br>A) Unable to have default
Q8: Default type parameters are allowed only:<br>A) If
Q9: A function template can be overloaded by:<br>A)