Home » C++ Programming » Templates » Question
  1. What is a function template?
    1. creating a function with having a exact type
    2. all of the mentioned
    3. creating a function without having to specify the exact type
    4. All of above
    5. None of these
Correct Option: C

creating a function without having to specify the exact type



Your comments will be displayed only after manual approval.