Problem Statement: 
Write a C Program to find the transpose of matrix using command line arguments.

Required Knowledge: 
Multi-dimensional Arrays, C for..loop, C Command line arguments, String functions

Solution: 

Explanation: 

  •