#include
main (){
int i,j,m,n,a;
static int ma[10][10];
printf ("Enter the order of the matrix m and n
");
scanf ("%dx%d",&m,&n);
if (m==n){
printf ("Enter the co-efficients of the matrix
");
for (i=0;i
2023年 8月 27日 31.8k 0
#include
main (){
int i,j,m,n,a;
static int ma[10][10];
printf ("Enter the order of the matrix m and n
");
scanf ("%dx%d",&m,&n);
if (m==n){
printf ("Enter the co-efficients of the matrix
");
for (i=0;i