Quiz: Variadic Templates
Assess your knowledge gained in this section by attempting the quiz below.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What are variadic templates?
A.
Templates that can accept any number of template arguments
B.
Templates that can accept only a fixed number of template arguments
C.
Templates that can accept template arguments of any type except user-defined custom types
D.
Templates that can accept only user-defined custom types as template arguments
1 / 6