Home » C++ Programming » Templates » Question
  1. What is meant by template parameter?
    1. It can be used to evaluate a type
    2. It can of no return type
    3. It can be used to pass a type as argument
    4. All of above
    5. None of these
Correct Option: C

A template parameter is a special kind of parameter that can be used to pass a type as argument.



Your comments will be displayed only after manual approval.