Suppose that the elements of a list are in descending order and they need to be put in ascending order.Write a C++ function that takes as input an array of items in descending order and the number of elements in the array. The function rearranges the element of the array in ascending order. Your function must not incorporate any sorting algorithms, that is, no item comparisons should take place.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.