2,879 views
1 votes
1 votes
How many processes will be created when we run the below program?

main ( )

{

Printf (“Hi”);

fork ( );

Printf (“Hello”);

fork ( );

fork ( );

}

(a) 3                                                                             (b) 6

(c) 7                                                                             (d) 8

1 Answer

1 votes
1 votes
can you explain me in detail..

.

Related questions

1 votes
1 votes
2 answers
2
0 votes
0 votes
2 answers
4