Count the number of distinct words in the string (si)
Need to do a little laboratory work in programming. In C language write a program which counted the number of different words that make up the proposal. List of particular words to display in the console (each new word on a new line). The word is considered any sequence of characters, bounded by one or more spaces. Note. The array is not used!
16.03.2016 12:24