https://quizack.com/system-programming/mcq/if-a-process-executes-the-following-c-code-on-a-linux-system-what-is-the-outcome
If a process executes the following C code on a Linux system, what is the outcome?
char *cp = 0, c = *cp;
The process executes the code without errors.
The process is killed with a SIGSEGV.
The process is killed with a SIGBUS.
The process is killed with a SIGKILL.
Answer:
The process is killed with a SIGSEGV.
Note: This Question is unanswered, help us to find answer for this one