Friday, July 31, 2009

How to write a function in C program, that reads as many lines the user wants until the user says NO?

Split the lines into words. If the word contains only alphabtes, then it is a proper word. If contains special characters or numbers it is improper word. The output should be "No of Lines", "No of proper words", "No of improper words". Plz solve this problem

How to write a function in C program, that reads as many lines the user wants until the user says NO?
We're approaching the end of the semester so you should be able to do your own homework by now. If you have specific questions about the code, or if you write it and have problems you can't solve, I'd be happy to answer. As it is you're not asking a question but rather you're demanding we do your homework for you.


No comments:

Post a Comment