Signal Handling Question: Which signal is sent when the Child process terminates? a) SIGINIT b) SIGKILL c) SIGSTOP d) SIGCHLD Linux Signal Handling Interview QuestionAnswer: b) SIGKILL Previous QuestionNext QuestionWhich signal is generated when we press ctrl-Z? a) SIGKILL b) SIGSTOP c) SIGABRT d) SIGINTWhich of the following signal cannot be handled or ignored? a) SIGINT b) SIGCHLD c) SIGKILL d) SIGALRM