DSC-Chitkara / Algo-DS

Repository for new Contributors to come and collaborate for hacktoberfest!
16 stars 111 forks source link

Multiply Matrix in C HactoberFest #89

Closed thakursaurabh1998 closed 3 years ago

thakursaurabh1998 commented 6 years ago

What Changes does this PR introduce?

This adds a program for multiplication of matrix in C language.

What issue have you fixed?

I have created a program in which user enters size of 2 matrices and also enters the matrices. The end result is showed(which is the product of the matrices) is displayed in row and column form.

If relevant, have you updated the README file?

No.

Have you added your name to CONTRIBUTORS.md?

No.

Have you added tests for your code?

No.

Any other information?