ISRO exam 2015 – Question 37 with Solution
In this video we are going to discuss another question which was asked in the exam of ISRO
Consider the following program.
main()
{
fork();
fork();
fork();
}
How many new processes will be created?
(A) 8
(B) 6
(C) 7
(D) 5