-
What is meant by template specialization?
-
- It will make certain data types to be dynamic
- Certain data types are invalid
- It will have certain data types to be fixed
- All of above
- None of these
Correct Option: C
In the template specialization, it will make the template to be specific for some data types.