I have recently started understanding fork() system call and I have written below program. The doubt that I have in below program is in its output. why does the program prints only first ten lines of the parent printf and then moves to print statement in child printf and again move back to print statements in parent printf. how does this work?I have recently started understanding fork() sy