In C-programming
Execute the following operation for the 2D matrix input M.
From the keyboard, user will enter:
The matrix size.the elements of the matrix.Choice of which process to execute.
Program will show :
Matrix size .Choice of process :1. Display the matrix2. Display the matrix and its transpose3. Display the matrix and max values from each column and write to the file4. Exit
When user choose '1' print the matrix M.When user choose '2' print the matrix M and its transpose.When user choose '3' print the matrix M and Max value for corresponding column below it. Then print "File is successfully created!" when a file is successfully created. If it is not successfully created it will print "File is failed to be created!".When user choose '4' terminate the program
ADDITIONAL FEATURESThe program will give repetition for invalid sizesThe program will give option to repeat process.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here