What is meant by template specialization?
(a) It will have certain data types to be fixed
(b) It will make certain data types to be dynamic
(c) Certain data types are invalid
(d) It will make all data types to be dynamic
I have been asked this question during an interview for a job.
This is a very interesting question from Specialization topic in section Derived Classes, Templates & Exception Handling in C++ of C++