how to create tree of processes. one parent and 3 childs.
Answer Posted / vijay kumar reddy
pid= fork();
if(pid>0)
{
fork();
}
else
printf();
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain the system calls used for process management?
Explain the advantage of executing a process in background?
Explain the initial process sequence while the system boots up?
What is ipc port?
Please explain fork() system call?
What is daemon?
What is ipc in unix?
Explain a zombie?
What are the various schemes available in ipc?
What are the various schemes available?
What is fork()?
What is unix ipc?
Which ipc is the fastest in unix?
Explain what are the system calls used for process management?
Tell me set-user-id is related to (in unix)?