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

Discussion :: C++ - MCQs

  1. Which is more effective while calling the functions?
  2. A.
    call by value
    B.
    call by reference
    C.
    call by pointer
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    In the call by reference, it will just copy the address of the variable to access it, so it will reduce the memory in accessing it.


Be The First To Comment