1.

How Do You Execute One Program From Within Another?

Answer»

By calling system call FORK() to CREATE child PROCESS which HANDLES the other.

By calling system call fork() to create child process which handles the other.



Discussion

No Comment Found