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

Discussion :: Functions - C++

  1. Which of the following statement will be correct if the function has three arguments passed to it?

  2. A.
    The trailing argument will be the default argument.
    B.
    The first argument will be the default argument.
    C.
    The middle argument will be the default argument.
    D.
    All the argument will be the default argument.

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment