Question: 4. Which statements describe a variadic function? a) Arguments whose types are variant. b) Takes a variable number of template arguments. c) Takes a variable
4. Which statements describe a variadic function?
a) Arguments whose types are variant.
b) Takes a variable number of template arguments.
c) Takes a variable number of arguments of specific types.
d) C++11 does not support variadic functions; they are supported in C++14.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
