What happens when you press ctrl + c?
Answer
When you press "Ctrl+C," it sends the SIGINT signal to the foreground process, asking it to terminate gracefully.
When you press "Ctrl+C," it sends the SIGINT signal to the foreground process, asking it to terminate gracefully.