@aasthasingh87-LPwKRz
•
Oct 21, 2024
Oct 21, 2024
1.1K
fork()
A process executes the following segment of code:
for(i=1;i<=n;i++)
fork();
The number of processes created is :
a) n
b) n(n+1)/2
c) 2 to the power of n - 1...