I am having a file where i need to read the data and store it into a structure.
10001 john
10002 david
10003 randy
10/10/2010 15:50:55 Updated by : Name
now for the above file i need to read the data from '10001' & 'john' till '10003' & 'randy' except the last line(End of the file).
How to do it in C?
Update : last line will be dynamic.