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

Discussion :: C++ - MCQs

  1. Which is used to keep the call by reference value as intact?
  2. A.
    static
    B.
    const
    C.
    absolute
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Because const will not change the value of the variables during the execution.


Be The First To Comment