Subj : sorting char array
To : Edward Jayson
From : Jasen Betts
Date : Tue Aug 13 2002 07:41 pm
Hi Edward.
09-Aug-02 20:46:47, Edward Jayson wrote to All
EJ> How would you sort a character array alphabetically is C?
^^^^
So I understand you give an example of a character array.
(it seems like an unusual task to sort whay I consider to be a character
array - depending on the expected size of the array etc I'd use either a
selection sort, quicksort, or radix sort)
If you want a solution in C this it the wrong echo conference, (try
C_ECHO).