Question: Write a C program that reads the values of two 2x2 arrays from the user. The program should fork a child process. Have your main

Write a C program that reads the values of two 2x2 arrays from the user. The program should fork a child process. Have your main process compute and display the sum of the two matrices, while the child process computes and displays the product of the two matrices. Ensure that the child process displays the product matrix before the main process displays the sum matrix
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
