Question: 8 . 1 2 How many Example output lines does this program print? code / ecf / global - forkprob 4 . c 1 #include

8.12
How many Example output lines does this program print?
code/ecf/global-forkprob4.c
1 #include "csapp.h"
2
3 void try()
4{
5 Fork();
6 printf("Example
");
7 Fork();
8 return;
9}
10
11 int main()
12{
13 try(); Fork();
14 printf("Example
");
15 exit(0);
16}

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 Databases Questions!