The document contains C code to take a user-input string, split it into individual words separated by spaces or punctuation, store the words in an array, sort the array alphabetically, and output the sorted string. It uses string manipulation functions like strcpy, strcmp, strlen and scanf.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
14 views1 page
Prog Info
The document contains C code to take a user-input string, split it into individual words separated by spaces or punctuation, store the words in an array, sort the array alphabetically, and output the sorted string. It uses string manipulation functions like strcpy, strcmp, strlen and scanf.