Implement the following function to sort the columns in a two-dimensional array. A new array is returned. The original array is intact.
const int SIZE = 3;void sortColumns(const double m[][SIZE], double result[][SIZE]);
Write a test program that prompts the user to enter a 3 * 3 matrix of doublevalues and display a new column-sorted matrix.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here