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

Discussion :: Object Oriented Programming Using C++

  1. Another drawback to returning an error code from a function is that any error code returned by the function

  2. A.
    must be of the same type as return type of the function
    B.
    must not be a character
    C.
    cannot be checked in a main() program
    D.
    can have multiple meanings

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment