Calculations in childs using pipes
问题 My task is a. A parent and two childs b. Parent take data from the user c. Send to a child for addition and subtraction. d. Again take input from user and send to another child for multiplication and division. e. First child process creates another child C3. f. Both the childs send result to the child process C3 to show output. g. Parent process after completion of each child process task kill the process. I've write the following code but i don't know where I'm doing wrong, I tried to debug