Examveda

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: Option B


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output