Hi, hopefully someone can offer some advice or tips for my project?
A little stumped on where to start, I've been reading the texts and I guess I'm not absorbing it all.

"Write a C program that reports how many lines, words, and characters in an input text file, and also makes a sorted list of all words found in it. You are required to provide the text file. Write the sorted list to an output file, along with the number of times each word appeared in the input file. For the purpose of this program, a word consists of a consecutive sequence of any characters except white space characters."