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_IGN
This question was posed to me in an interview for job.
The query is from Signal Handling in section C Library of C