uthcode / learntosolveit

The C Programming Language Companion
http://www.learntosolveit.com
Other
198 stars 1.37k forks source link

Update Ex_6.4.c #133

Closed pryorka82 closed 3 years ago

pryorka82 commented 3 years ago

The original file posted didn't address the question in 6.4 which was "Write a program that prints the distinct words in its input sorted into decreasing order of frequency of occurrence. Precede each word by its count."

Now the words are preceded by their count.