Question: Question 7: You are to write a C/C++ program that Creates a child and a parent process The child process receives 1-byte integers from the

Question 7: You are to write a C/C++ program that Creates a child and a parent process The child process receives 1-byte integers from the keyboard one at a time. Upon getting each new input, it should send it to the parent process using a pipe until the input is -1 . When the parent process receives -1', it should o compute the sum of all the integers it has received, and o send the result to the child process using another pipe. When the child process receives the result, it displays the result on screen and terminates
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
