InterviewSolution
Saved Bookmarks
| 1. |
Which among thegiven function causes abnormal program termination ?(a) exit()(b) abort()(c) atexit()(d) getenv()I got this question by my college professor while I was bunking the class.Question is from General Utilities topic in section C Library of C |
|
Answer» Right answer is (b) ABORT() |
|