Question: (Please Use C programming Language to solve) ProgramA (Warming up) Create a program that reads the following set numbers: 2, 3, 7, 1, 10, 6
(Please Use C programming Language to solve)
ProgramA
(Warming up)
Create a program that reads the following set numbers: 2, 3, 7, 1, 10, 6 and store these numbers into an array. The program (parent) should create a child (slave) and send thearray to the child. The child will compute the summation of its array and wil return the summation to its parent. Finally, the parent will print the final result using the standard output (printf).
Example of execution and expected outcome.
>>./ProgramA
>I am the parent with process ID:XXX
>>I am the child with process ID:XXX and I am sending 27 to my parent
>>I am the parent with process ID:XXX with a final sum of 27
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
