Search Results

Search: Posts Made By: u_peerless
10,932
Posted By u_peerless
fork system call
Hi folks,
I want to know how this below program works?

#include <stdio.h>
int main()
{
printf("A\n");
fork();
printf("B\n");
fork();
fork();
printf("D\n");
fork();
...
Showing results 1 to 1 of 1

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