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

Discussion :: C++ - MCQs

  1. How many ways of passing a parameter are there in c++?
  2. A.
    1
    B.
    2
    C.
    3
    D.
    4

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    There are three ways of passing a parameter. They are pass by value,pass by reference and pass by pointer.


Be The First To Comment