I am trying to create multiple process by fork() and do some mathematical operation on child process like sum of array elements and then return the values to pa
fork()