Thread
:
File I/O in C
View Single Post
adi.shoukat
Newbie Member
4Oct2009,18:03
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 ...