Examveda

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


This Question Belongs to C Program >> Standard Library Functions

Join The Discussion

Related Questions on Standard Library Functions