GeeksforGeeks » Operating Systems
Count the number of processes
(3 posts)-
. How many processes are created in this snippet?
Main()
{
Fork();
Fork() && fork () || fork ();
Fork ();
}a. 15
b. 19
c. 21
d. 27
e. 31 -
thnku...................
Reply
You must log in to post.