#include #include #define SIZE 5 int main() { char input[SIZE][64]; char *isort[SIZE]; char *temp; int x,a,b; /* Get the SIZE number of strings */ printf("Enter %d types of fruit:\n",SIZE); for(x=0;x 0) { temp = isort[a]; isort[a] = isort[b]; isort[b] = temp; } /* print the results */ printf("Sorted list:\tOriginal list:\n"); for(x=0;x