Question: Write a program that takes as input, a text file that has x lines of a poem. The poem ends with a period. After the
Write a program that takes as input, a text file that has x lines of a poem. The poem ends with a period. After the end of the input stage, the program will print how many lines and words are in the poem and how many words are on each line of the poem. The first line of output provides the total words and lines in the poem, and the second line is a space-delimited list of the number of words on each line of the poem provided.
Program in C and use functions malloc and realloc in your code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
