Using Quick Sort
Study the applications of function pointers.
We'll cover the following...
We'll cover the following...
Example program
The code given below illustrates the use of function pointers.
Explanation
qsort( ) is a library function. It is being used here to arrange numbers in the array, a[ ], in ascending order.
The fourth parameter ...