Write a program to input elements in an array and sort array using pointers array in ascending or descending order using function pointers.
Sort an Array in Ascending or Descending order using Function Pointers Object: Write a C++ program to input elements in an array and sort array using pointers. How to sort an array in ascending...