Answers

Question and Answer:

  Home  Unix Inter-Process Communication (IPC)

⟩ How do you execute one program from within another?

by calling system call fork() to create child process which

handles the other.

 206 views

More Questions for you: