Signal Handling Question: Default action of SIGSEGV is: a) Terminate b) Core dump c) Stop d) Cont Linux Signal Handling Interview QuestionAnswer: b) Core dump Previous QuestionNext QuestionSignals are handled using which system call? a) kill b) signal c) both d) noneThe kill system call is used to: a) Send shutdown messages to all by superuser b) Send a signal to a process c) Kill processes d) Stop the processes