Explain fork() system call. Ans. The 'fork()' used to create a new process from an existing process. The new process is called the child process, and the existing process is called the parent. We can tell which is which by checking the return value from 'fork()'. The parent gets...
See more
Download the Study24x7 App, so you can connect and collaborate.