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

Discussion :: Functions - C++

  1. Which of the following statement is incorrect?

  2. A.
    Default arguments can be provided for pointers to functions.
    B.
    A function can have all its arguments as default.
    C.
    Default argument cannot be provided for pointers to functions.
    D.
    A default argument cannot be redefined in later declaration.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment