Question: 8. How many processes are created if the following program is run? main (int argc, char argv) forkthem (5) void forkthem (int n) t if


8. How many processes are created if the following program is run? main (int argc, char argv) forkthem (5) void forkthem (int n) t if (n O) fork (); forkthem (n-1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
