Question: Exercise 01: Write a C program that reads a line of text (max. 100 characters). The program should count the number of one character, two-character

Exercise 01: Write a C program that reads a line of text (max. 100 characters). The program should count the number of one character, two-character and more than two character words in the given text. Output example: Enter a text: Hello, this is a test text for this exercise. Number of one character words: 1 Number of two character words: 1 Number of more than two character words: Y
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
