Question: I am having a problem using C with fork(). Basically, I have an array of numbers that I need to factor. I would like to
I am having a problem using C with fork(). Basically, I have an array of numbers that I need to factor. I would like to use fork() to separate each of these numbers into thirds and factor each part individually before returning them. My question is how would you loop using fork on each individual number from the array.
Thanks
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
