📝 Question
#19
In Unix, Which system call creates the new process?
✓
Correct Answer
D. none of the mentioned
💡
Explanation
In UNIX, a new process is created by fork() system call. fork() system call returns a process ID which is generally the process id of the child process created.
⌨️ Press
A
B
C
D
to select