plz help me...
to Write a ‘C’ program to analyse multiple lines of text. First enter and store all lines of text. Then determine the number of vowels,consonanats,digits and whitespaces. Finally determine the number of vowels per line, consonanats per line and so on. Execute the program in two different ways :
a) Store the multiple lines of text in two dimensional array of characters
b) Store the multiple lines of text as individual strings whose maximum length is unspecified. Maintain a pointer to each string within a one-dimensional array of pointers.
In each case, identify the last line of text by entering the string “END”.

Post the code you have done so far.
Explain where you are having problems with.

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.