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

Discussion :: C++ - MCQs

  1. How many kinds of entities are directly parameterized in c++?
  2. A.
    1
    B.
    2
    C.
    3
    D.
    4

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    C++ allows us to parameterize directly three kinds of entities through templates: types, constants, and templates.


Be The First To Comment