True or False? The wait() system call won't return until the child process has run and exited
Answer
True in most cases though there are cases where wait() returns before the child exits.
True in most cases though there are cases where wait() returns before the child exits.