InterviewSolution
Saved Bookmarks
| 1. |
The behavior is undefined if more than one call to the exit function is executed by a program.(a) true(b) falseThe question was asked during an interview for a job.Asked question is from General Utilities topic in section C Library of C |
|
Answer» CORRECT CHOICE is (a) true Easy explanation - The EXIT() function causes normal program termination to occur. The BEHAVIOR is undefined if more than one call to the exit function is executed by a program. |
|