Search Results

Search: Posts Made By: badsha6642
2,458
Posted By badsha6642
Doubt with fork() system call
Hi
I wrote a simple fork program to illustrate the fork() system cal. here it is

#include<stdio.h>
#include<sys/stat.h>
#include<sys/types.h>
main()
{
int flag;
flag=fork();
...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 04:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy