What is the purpose of the 'wait()' system call?
Q1. What is the purpose of the 'wait()' system call?
Answer: To wait for a child process to terminate
Explanation: The 'wait()' system call is used by a parent process to wait for the termination of its child process.