Find transpose of a matrix C Program

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thanks a lot.
I wrote  a[i][j]= b[j][i];
Therefore, the compiler returned a 00 00 matrix.
like this I could find my mistake.
b[i][j]= a[j][i];

JamesBond-jpep