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

Discussion :: Object Oriented Programming Using C++

  1. Which of the following is NOT included in the header of a function?

  2. A.
    the type of variable returned by the function to the function that calls it
    B.
    the name of the program or function that calls the function
    C.
    the name of the function
    D.
    the types and names of any variables that will be passed to the function

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment