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

Discussion :: Functions - C++

  1. Which of the following statement is incorrect?

  2. A.
    The default value for an argument can be a global constant.
    B.
    The default arguments are given in the function prototype.
    C.
    Compiler uses the prototype information to build a call, not the function definition.
    D.
    The default arguments are given in the function prototype and should be repeated in the function definition.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment