Question: Write a C program to A 1-D array has these ten elements: 4.4 3.3 2.2 5.5 1.1 6.6 7.7 10.0 9.9 8.8 Use a function
Write a C program to A 1-D array has these ten elements:
4.4 3.3 2.2 5.5 1.1 6.6 7.7 10.0 9.9 8.8
Use a function named descending_order which will accept this array and sort the array in descending order. The function may have a return type void.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
