Vidyalelo
C Programming · Q37

Standard Library Functions

Programming · C Programming · question 37

Q37

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
Answer
C.
The atexit() function returns no value
D.
The atexit() function causes abnormal program termination to occur

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board