i have a question that i need anyone to help me resolve it... please...
Assume that you are required to enter a list of strings into a computer, rearrange them
in alphabetical order, and then print out the rearranged list. The strings must be stored
in a two-dimensional character array. Each string will be stored in a separate row
within the array. You may use any suitable string manipulation functions. One of the
library functions that can be used is strcmpi.
strcmpi compares the strings but does not differentiates between upper and
lowercase characters. The function accepts two