in Operating System closed by
190 views
0 votes
0 votes
closed as a duplicate of: Fork System Call
A process execute the code:

Main()

{

fork();

fork() && fork() || fork();

fork();

printf("hii");

}

The number of times " hii " will be printed is-
in Operating System closed by
190 views

2 Comments

16?
0
0
0
0

Related questions