User Profile
Collapse
-
Amit I have told you the program.just work on th logic Behind it and try to modify the program...... -
Hi amrit...Iam writing the simple matrix multiplication code for you without using pointers...
...Code:/* Description:To multiply given to matrix using arrays*/ #include<stdio.h> #include<math.h> main() { int i,j,k; int a,b,c;/*three variables to get the row and colum of the two matrix*/ int sum; int m[10][10],n[10][10],l[10][10]; printf("The first matrix:\n");Leave a comment:
No activity results to display
Show More
Leave a comment: