Can you solve this program to help me out?
Write a program that 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 in C language.
Use the c programming language to prepare this program.