//Revision Lecture 17: Strings //Sasha Vassar Week10 //Problem 3: Read in words from the terminal and arrange the words in //alphabetical order //Can you now read in from command line and do this? #include #include #define MAX 100 int main(void) { printf("The strings in alphabetical order are: %s\n%s\n%s\n", word1, word2, word3) ; return 0; }