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
matC initially contains some garbage values. Iniatialize the martix to all zeroes. This might solve your problem