Q. The signal sent to a process when the “Ctrl-C” key is pressed is ______
β
Correct Answer: (B)
INT
Explanation: The INT signal is sent to a process via a terminal when a user wishes to interrupt the process. This signal is usually started by pressing Ctrl-C, but on some systems “delete” or “break” button can trigger this signal.