Write a complete C program that asks the user to enter continuously a series of words and the

word “end” to stop.
For each word entered, you should output the number of characters of this word and then ask him
to enter the other word.
Finally, when he finished entering all the words, you should output the number of words entered
(excluding “end”)

I wont write it for you, but I caution you on looking for "end" you do not find "end" in tend, or friend, or such.