1.

Which of the following function can be used to terminate the main() function from another function safely?

A. return(expr);
B. exit(expr);
C. abort();
D. both exit(expr); and abort();
Answer» E.


Discussion

No Comment Found