InterviewSolution
Saved Bookmarks
| 1. |
In UNIX, the abort() function sends the ________ signal to the calling process, causing abnormal termination.(a) SIGTERM(b) SIGSTOP(c) SIGABORT(d) SIGABRTThis question was posed to me in an online quiz.My doubt is from Signal Handling in section The Linux System of Operating System |
|
Answer» The CORRECT OPTION is (d) SIGABRT |
|