Question: please provide C code for this question as per the test case are mention in it P10 - Write a program in C for addition
please provide C code for this question as per the test case are mention in it

P10 - Write a program in C for addition of two Matrices of same size. Available from: Saturday, 23 July 2022, 2:42 PM Due date: Monday, 24 July 2023, 5:30 PM D Requested files: p6_addition.c ( Download) Type of work: Individual work Reduction by automatic evaluation: 10 Free evaluations: 10 - Read size of from the user. If user enters 2 , create two 2D arrays of size 22. Read input from the user and perform addition. Store the result in the resultant matrix. Example 1: Input the size of the square matrix (less than 5): 2 Input elements in the first matrix: element - [0],[0]:1 element - [0],[1]:2 element - [1], [0]:3 element - [1],[1]:4 Input elements in the second matrix: element - [0],[0]:5 element - [0]r[1]:6 element - [1],[0]: 7 element - [1],[1]: 8 Expected Output: The Addition of two matrix is : 68
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
