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 about daemon?
Please describe the initial process sequence while the system boots up?
What is ipc port?
What are the various schemes available?
Tell me set-user-id is related to (in unix)?
Explain the system calls used for process management?
Max relax-able permission value with out giving write permission to others?
What is the condition required for dead lock in unix system?
Explain the initial process sequence while the system boots up?
What is the very first process created by kernel?
What is the full form of ipc?
Explain what are the system calls used for process management?
Explain what is the process id for kernel process?
What is i-node numbers?
Explain how do you execute one program from within another?