What is the purpose of the 'fork()' system call?
Question 1
Q1. What is the purpose of the 'fork()' system call?
Answer: To create a new process
Explanation: The 'fork()' system call is used to create a new process by duplicating the calling process.