How to make the parent process wait till the completion of execution of child process. The following C program makes the parent process to wait till the completion of its child process.
#include<stdio.h>
main()
{
Information about resetting and configuring Mobile phones (Java, Android, Symbian etc), educational articles especially for programming in C, C++ and Java and more about Computers and operating systems
Showing posts with label posix. Show all posts
Showing posts with label posix. Show all posts
How to make Child process an Orphan Process
C program in Linux or Unix to make a child process orphan:
Making child as orphan
#include<stdio.h>
main()
{
Making child as orphan
#include<stdio.h>
main()
{
Subscribe to:
Posts
(
Atom
)