Home » C++ Programming » Templates » Question
  1. What may be the name of the parameter that the template should take?
    1. same as class
    2. same as function
    3. same as template
    4. All of above
    5. None of these
Correct Option: C

same as template



Your comments will be displayed only after manual approval.