1.

If a program calls the fork system call three times in succession, how many processess excluding the original parent processes are create

Answer»

7Explanation:CHILD PROCESS for FORK()= 2^n-1



Discussion

No Comment Found