I\'m trying to solve a matrix multiplication problem with C. Matrix sizes given in problem (2x2) I wrote this code but it doesn\'t print result as I expect. I think I\'m missing
Here is the matrix multiplication code I use:
for(i=0;i
big thing is setting the answer matrix to zero (as the rest have said without code).