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 |
What is a Daemon?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
What is the condition required for dead lock in unix system?
Explain what are the system calls used for process management?
How can a parent and child process communicate?
What is a zombie?
How to write the program on full-duplex communication using 2 FIFOs
What is ipc in unix?
how to create tree of processes. one parent and 3 childs.
what about the initial process sequence while the system boots up?
write About fork()?
what is the process id for kernel process?
8 Answers IBM, ITI, Military Engineer Services, Remo, TATA,