GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
35. | 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 | |