Jobs Simply

how to create multiple process(to run the multiple job) using fork system call from single process?

Public Comments

  1. With the help of fork you can create a child process. When this process is created then the caller program wait for the end of this process and then it executes further.
Powered by Yahoo! Answers