Thread: File I/O in C
View Single Post
Newbie Member
4Oct2009,18:03  
adi.shoukat's Avatar
How can i read a file word by Word in C???


i.e. if text file is:
this is my text file


then first i get 'this' in a string ... then 'is' ... then 'my' and so on ...