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 are various IDs associated with a process?
What are various IDs associated with a process?
what is the condition required for dead lock in unix sustem ?
What are the system calls used for process management:
Max relaxable permisssion value with out giving write permission to others?
Explain what are the system calls used for process management?
Linking across directories?
How to know whether the message queue is empty or not.
How to write the program on full-duplex communication on biderctional(e.g using two pipes)
write About fork()?
Explain about daemon?
How do you execute one program from within another?