Question: Write a program which allows creation of a child process. When the parent process executes, it should display I am the parent and the process
Write a program which allows creation of a child process. When the parent process executes, it should display I am the parent and the process id of its child. When the child executes, it should display I am a child and the process id of its parent.
You should write the code in C and use Linux system calls.Please explain me the code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
