Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. When you pass a variable _____, C++ passes only the contents of the variable to the receiving function

  2. A.
    by reference
    B.
    by value
    C.
    globally
    D.
    locally

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment