Write a program to read a matrix (maximum size 10 × 10) from the user and display
the transpose of the matrix. To obtain the transpose of matrix A, write rows of A as
columns. Here is an example:
If the input matrix is
The C part of your program is responsible for getting the matrix and for displaying the
result. The transpose should be done by an assembly procedure. Devise an appropriate
interface between the two procedures.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here