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

Discussion :: C++ - MCQs

  1. Which is used to describe the function using placeholder types?
  2. A.
    template parameters
    B.
    template type parameters
    C.
    template type
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    During runtime, We can choose the appropriate type for the function and it is called as template type parameters.


Be The First To Comment