Question: C programming 9. Write program to input marks, sort and display the sorted marks. Use the following function prototypes: - void fillArray(int,int): -... La input

C programming
9. Write program to input marks, sort and display the sorted marks. Use the following function prototypes: - void fillArray(int,int): -... La input marks into a one dimensional (1D) array *; to void swapArray(int *.int): --- so swap the array elements , void printArray(int *, int): --- to print the array elements Sample Output Enter 5 marks: 45 66 12 34 55 Marks in ascending order = 12 34 45 55 66
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
