Computer Science, asked by bushansharma3410, 7 months ago

transpose of a matrix program​

Answers

Answered by Anonymous
0

Explanation:

This transpose of a matrix in C program allows the user to enter the number of rows and columns of a Two Dimensional Array. ...

OUTPUT.

ANALYSIS.

Below scanf statement will assign the user entered values to i and j (Rows = i and Columns = j).

In the next line, We have one more for loop for Transpose of a Matrix in C.

Similar questions