Please do it in C program
Revisit the matrix addition function
Write the program so that it would not need to take a third pointer for the result matrix Instead, have the function return a pointer to the results matrix Provide space for the results matrix inside of the function through dynamic memory allocation.