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

Discussion :: Functions - C++

  1. Which of the following statement is correct?

  2. A.
    The default value for an argument cannot be function call.
    B.
    C++ allows the redefinition of a default parameter.
    C.
    Both A and B.
    D.
    C++ does not allow the redefinition of a default parameter.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment