Thread: FILE HANDLING
View Single Post
  #1 (permalink)  
Old February 3rd, 2006, 11:06 AM
yojeiram_n1 yojeiram_n1 is offline
Registered User
 
Join Date: Feb 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default FILE HANDLING

I need to write a program that


a. takes a text file as input (i know i can use fopen with this)

b. modifies the contents of the text file and creates a separate file (it means i have to have another file, the formatted one and must have a different filename) with the ff features
- all words at the start of the sentence should be capitalized.
- additional blank spaces should be removed.

c. also prints the statistics in the text of the number of characters, words and sentences. (i have a knowledge here... i must have a counter for each...)


please help me... thanks![/font=Arial][/size=3][/size=1]
Reply With Quote