WAP to get a matrix from user and print the transpose of the matrix
Input:
1 2 3 4
5 6 7 8
Output:
1 5
2 6
3 7
4 8
Published By : Guru Prasath Balakrishnan
WAP to get a matrix from user and print the transpose of the matrix
Input:
1 2 3 4
5 6 7 8
Output:
1 5
2 6
3 7
4 8