Question: How many times does the following program print hello? #include #include main () { int i; for (i=0; i <3; i++) fork (); printf(hello
How many times does the following program print hello? #include #include main () { int i; for (i=0; i
Step by Step Solution
3.33 Rating (168 Votes )
There are 3 Steps involved in it
The following program print hello 8 times Fork system call is used for cre... View full answer
Get step-by-step solutions from verified subject matter experts
