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

Discussion :: C++ - MCQs

  1. What is meant by template parameter?
  2. A.
    It can be used to pass a type as argument
    B.
    It can be used to evaluate a type.
    C.
    It can of no return type
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    A template parameter is a special kind of parameter that can be used to pass a type as argument.


Be The First To Comment