5. suppose that the elements of a list are in descending order and they need to be put in ascending order. a. write a c function that takes as input an array of items in descending order and the number of elements in the array. b. the function rear- ranges the element of the array in ascending order. c. your function must not incorporate any sorting algorithms, that is, no item comparisons should take place.