Example 83: Sorting Names
Learn how to sort names stored in a string array.
We'll cover the following...
Problem
You are given an array of pointers to strings. Write a function to sort this array so that the strings are arranged in ascending order. Remember to print the strings on the console.