engineering recuitment NIC NIELIT Scientist B 2023 Mock Test Operating Systems Process and Thread Process
A process executes the code
for(i = 1; i <= 3; i++)
fork();
fork();
1
64
2
63
3
16
4
15
A process executes the code
for(i = 1; i <= 3; i++)
fork();
fork();