
How many child processes are created if the following program is run? main (int argc , char ** argv) calc (9) void calc (int n) f if (n > 0) fork printf(“%d ” , n); calc (n-1); Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .