Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. Which of the following calls a function named displayName, passing it no actual arguments?

  2. A.
    call displayName;
    B.
    call displayName ();
    C.
    displayName;
    D.
    displayName();

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment