Home » C++ Programming » Templates » Question
  1. Which is used to describe the function using placeholder types?
    1. template type
    2. template parameters
    3. template type parameters
    4. All of above
    5. None of these
Correct Option: C

During runtime, We can choose the appropriate type for the function and it is called as template type parameters.



Your comments will be displayed only after manual approval.