/4080_PP1_Q2

2. C/C++ version that uses a pointer to a pointer (**p) that is allocated memory using new or malloc to create the 2D matrices. Provide 3 functions, one for addition, subtraction and multiplication respectively, that take in the two matrices and return the result back (as a new matrix which is also declared as a pointer to a pointer)

Primary LanguageC++MIT LicenseMIT

4080_PP1_Q2