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
What is ln(linking)?
Tell me set-user-id is related to (in unix)?
What is ipc in unix?
What is i-node numbers?
Max relax-able permission value with out giving write permission to others?
Which ipc is the fastest in unix?
Explain what is the process id for kernel process?
Explain linking across directories?
What is unix ipc?
Explain a zombie?
What are the various schemes available in ipc?
What are two different models of ipc differentiate both?
What is the very first process created by kernel?
Explain how do you execute one program from within another?
Which ipc is faster?