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

Discussion :: Functions - C++

  1. Which of the following statement is incorrect?

  2. A.
    A default argument is checked for type at the time of declaration and evaluated at the time of call.
    B.
    We can provide a default value to a particular argument in the middle of an argument list.
    C.
    We cannot provide a default value to a particular argument in the middle of an argument list.
    D.
    Default arguments are useful in situations where some arguments always have the same value.

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment