I have file, with no of lines. size of of line is unknown.
I want to read one line at a time.
I have tried it by using fgets() function, I was able to read apart of the first line and so on...
Can anyone help me on this..
regards,
neeru
I want to read one line at a time.
I have tried it by using fgets() function, I was able to read apart of the first line and so on...
Can anyone help me on this..
regards,
neeru
Comment