My teacher has assigned something that I can not find that qsort We have given 2x3 array, and he wants us to sort each row from minimum to maximum. I do not have permission to use qsort for learning purposes; In my opinion, it is difficult, it is difficult. Even so far away from me; At present, the program crashes, I think this is because when it goes to the third column, there is nothing in the fourth column [j + 1] , hence it gives an error is. #include "stdafx.h" # Include & lt; Stdio.h & gt; Int main () {int x [2] [3] = {{2, 3, -1}, {0, -3, 5}}; // 2x3 matrix; 2 rows, 3 columnless sortmainmax (int b [] [3], int nurv, int nuclum); // function prototype sortManMax (X, 2, 3); Return 0; } For Zero Semenax (Int a [] [3], IntraNerv, Int Newcomp.) {For (Int i = 0; I a [i] [j]) {// swap values if the current number in the current number int temp = a [i] Less than [j]; A [i] [j] = a [i] [j + 1]; A [i] [j + 1] = temporary; } printf ("% i \ t", a [...