how to create tree of processes. one parent and 3 childs.
Answer / vijay kumar reddy
pid= fork();
if(pid>0)
{
fork();
}
else
printf();
| Is This Answer Correct ? | 0 Yes | 5 No |
Explain linking across directories?
Explain the advantage of executing a process in background?
Explain what are the system calls used for process management?
Explain about daemon?
About i-node numbers
How to write the program on full-duplex communication on bidirectional?
what is the very first process created by kernell
Explain a zombie?
What is the full form of ipc?
Max relaxable permisssion value with out giving write permission to others?
What is an advantage of executing a process in background?
Explain fork() system call?