Signal Handling Question:
When real interval timer expires which signal is generated?
a) SIGINT
b) SIGCHLD
c) SIGKILL
d) SIGALRM

Answer:
d) SIGALRM
Previous Question | Next Question |
Another signal that cannot be caught is: a) SIGPIPE b) SIGHUP c) SIGSTOP d) SIGUSR1 | Signals are handled using which system call? a) kill b) signal c) both d) none |