Submission Deadline: 21-June-2003 till 9:10 am
Submission Folder: matrix19_6
Assignment:
Write functions to Add and
Multiply two matrices of ANY size and return the result in a new matrix. These
matrices will be declared in main (and given memory dynamically) and passed (along-with their sizes) to the
functions. These matrices should be printed in main and the results of Addition
and Multiplication should also be printed in main.
You cannot use structures in this assignment.