Operating system(10%) Let the initial process created for the following C program is assigned 1000 as its process ID. This process creates more child processes using the fork0 system call. Assume that the process identifier will be automatically incremented (by 1) starting from the process ID of the initial parent process, whenever a new child process is created from this program. 11 int maino t int pidl, pid2; pidi fork ) : printf (“Line A: pid1
OR
OR