Multiple Choice
Default type parameters are allowed only:
A) If the class template also has nontype parameters.
B) If the class template does not have any nontype parameters.
C) If the class is used as a container class.
D) As the rightmost (trailing) parameters in a template's type-parameter list.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: The relationship between function templates and function-template
Q2: [C++ 11]:Which of the following is true?<br>A)
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
Q9: A function template can be overloaded by:<br>A)