AasthaSingh87 Member Member since Apr 21, 2010 Last active Apr 21, 2010 Total activities 0 Activity feed Recent contributions #Threads 16 years ago 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)...