Question: void try ( ) 4 { 5 if ( Fork ( ) = = 0 ) { 6 Fork ( ) ; Fork ( )

void try()
4{
5 if (Fork()==0){
6 Fork(); Fork();
7 printf("Example
");
8 return;
9}
10 return;
11}
12
13 int main()
14{
15 try();
16 printf("Example
");
17 exit(0);
18}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!