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 |
Max relaxable permisssion value with out giving write permission to others?
what is the process id for kernel process?
8 Answers IBM, ITI, Military Engineer Services, Remo, TATA,
How to write the program on full-duplex communication on bidirectional?
What are the various schemes available in ipc?
What is a Daemon?
Explain linking across directories?
How can you get or set an environment variable from a program?
what is the process id for kernell process
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Describe the initial process sequence while the system boots up?
Explain how do you execute one program from within another?
What are the various schemes available?