Assume you have 2D array of integers , int a[3][4]={8,7,6,5,
-2,800,19,-40,
1,-23,600,-500};
Write a C program to sort it in ascending order (from low to high)
Solution
-2,800,19,-40,
1,-23,600,-500};
Write a C program to sort it in ascending order (from low to high)
Solution
No comments:
Post a Comment