A user level process in Unix traps the signal sent on a Ctrl + C input and has a signal handling routine that saves appropriate files before terminating the process. When a Ctrl + C input is given to this process, what is the mode in which the signal handling routine executes ?
1.User mode
2.Kernel mode
3.Superuser mode
4. Privileged mode
Answer:2