Home / C++ Programming / Functions - C++ :: Discussion

Discussion :: Functions - C++

  1. Which of the following statement is correct?

  2. A.
    The order of the default argument will be right to left.
    B.
    The order of the default argument will be left to right.
    C.
    The order of the default argument will be alternate.
    D.
    The order of the default argument will be random.

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment