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

Discussion :: Functions - C++

  1. Which of the following statement is correct?

  2. A.
    C++ enables to define functions that take constants as an argument.
    B.
    We cannot change the argument of the function that that are declared as constant.
    C.
    Both A and B.
    D.
    We cannot use the constant while defining the function.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment