Consider the following program.
main()
{
fork();
fork();
fork();
}
How many new processes will be created?
(A) 8
(B) 6
(C) 7
(D) 5
All Replies
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.