engineering recuitment Rajasthan Informatics Assistant (Suchna Sahayak) Mock Test 2023 Operating Systems Process and Thread Process
A process execute the following code:
For (I = 1; I ≤ n; I ++) fork ();
How many child processes are created?1
n - 1
2
2n - 1
3
2n-1
4
2n-1 -1