Program to find the transpose of a Matrix
by Ranjith | December 4th, 2008.Here is the program to transpose the entered matrix. The program asks for the order (M, N) of the matrix Soon after entering the order, the cursor takes to the proper position in the screen to input the matrix. User need to hit ‘Enter’ button after each entry. Logic : A simple logic lies here. [...]















