1.

Which of the given statement is true with respect to the function atexit()?

A. The atexit() function cannot return to its caller
B. The atexit() function is used to return zero if the registration succeeds, nonzero if it fails
C. The atexit() function returns no value
D. The atexit() function causes abnormal program termination to occur
Answer» C. The atexit() function returns no value


Discussion

No Comment Found