Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. What is meant by template specialization?
  2. 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.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment