News

// NOTE: This code logic is only for square matix. For another type matrices with different number of rows and column, create another suitable logic by doing parallely dry run while writing suitable ...
Write a program to find the transpose of a square matrix of size N*N. Transpose of a matrix is obtained by changing rows to columns and columns to rows.