Which of the following is a system call used for process termination in…
2025
Which of the following is a system call used for process termination in Windows OS? abort()
Answer: D. ExitProcess()
- A.
abort()
- B.
exit()
- C.
fork()
- D.
ExitProcess()
Attempted by 22 students.
Show answer & explanation
Correct answer: D
Loading lesson…