Introduction - If you have any usage issues, please Google them yourself
A C program for the operation of 5*5 matrix. 1.Function: to fill up all the element of this matrix with zero.2.Function: to fill up the upper right triangle with an integer given by user3.Function: to fill up the lower left triangle with an integer given by user.4.Function: to fill up random integers between-50 and 50 .5.Function: to display the contents of matrix, which should be realized by loop(s), instead of a long printf statement.6.Function: to display the transpose of this matrix.7.Function: to calculate and display the sum of each column.