There are a 10 words in statement.i want program in 'C' to find out how many words have the same number of letters

Count the number of letters in each word.
Keep track of how many words of each length you find.
Look at the record you made and see how many there are of each size.
If there are more than one of any size, there are that many words with that many letters.

Essentially, you do it how you would do it on paper. This is not a difficult task; you just need to think.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.