Discussion :: Object Oriented Programming Using C++
-
Another drawback to returning an error code from a function is that any error code returned by the function
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
|
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment