Discussion :: C++ - MCQs
- What is meant by template parameter?
A.
It can be used to pass a type as argument
|
B.
It can be used to evaluate a type.
|
C.
It can of no return type
|
D.
None of the mentioned
|
Answer : Option A
Explanation :
A template parameter is a special kind of parameter that can be used to pass a type as argument.
Be The First To Comment