C Program to Add Two Matrix Using Function and Multi-dimensional Arrays
Sami Aslam
This program asks user to enter the size of the matrix (rows and column) then, it asks the user to enter the elements of two matrices and finally it adds two matrix and displays the result By Passing Through Function.