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

Discussion :: Object Oriented Programming Using C++

  1. One drawback to returning an error code from a function is _____

  2. A.
    functions cannot return error codes
    B.
    error codes must be integers, and some functions can't return an integer
    C.
    a function can return only one value, so it can return only the error code
    D.
    a function that returns an error code will identify all returns as errors

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment