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

Discussion :: Object Oriented Programming Using C++

  1. A C++ program contains a function with the header int function(double d, char c). Which of the following function headers could be used within the same program?

  2. A.
    char function(double d, char c)
    B.
    int function(int d, char c)
    C.
    both (a) and (b)
    D.
    neither (a) nor (b)

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment