Hi guys, I need to write a C program : the program takes an array of integers of
ID: 441342 • Letter: H
Question
Hi guys, I need to write a C program : the program takes an array of integers of even size ( example 4 6 7 0 4 3 2 5 --> size 8 ) then it should create processes using fork system call to compute the sum of each pair ( a child process for 4 and 6 ) ( here, we first need 4 child processes ) then the size of the array will be reduced to 4 ( the new array : 10 7 7 7 ) program must keep doing this until we get the final result --> 31 ps : i have the code for the child process ( the summation ) i'm just asking for how can we loop through the array to divide it into pairs and keep doing that.Explanation / Answer
for(i=0;iRelated Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.