Showing posts with label thread. Show all posts
Showing posts with label thread. 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()
{