InterviewSolution
Saved Bookmarks
| 1. |
The sig argument specifies the signal, which may be any signal except _______ and _________(a) SIG_DFL, SIG_IGN(b) SIGKILL, SIGSTOP(c) SIG_KILL, SIG_STOP(d) SIGCHLD, SIG_IGNThis question was posed to me in an interview for job.The query is from Signal Handling in section C Library of C |
|
Answer» The correct ANSWER is (b) SIGKILL, SIGSTOP |
|