You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Program that multiplies two matrices and outputs the resulting matrix. Just some practice using malloc() in C and dealing with 2D arrays.
One of the introductory programs I wrote while learning C
About
Program that multiplies two matrices and outputs the resulting matrix. Just some practice using malloc() in C and dealing with 2D arrays.