Home » C++ Programming » Templates » Question
  1. What is meant by template specialization?
    1. It will make certain data types to be dynamic
    2. Certain data types are invalid
    3. It will have certain data types to be fixed
    4. All of above
    5. None of these
Correct Option: C

In the template specialization, it will make the template to be specific for some data types.



Your comments will be displayed only after manual approval.