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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!