Descending even and ascending odd Program
QUESTION: For a given array, output must be a array which contains the even elements of the array in descending order and then the odd elements in ascending order. NOTE: Output is a array which need to be printed not just print it in order, Only one array must be used for both input and […]