I am trying to use fscanf to obtain a set of 14 or so strings per line, in a line where there are around 80 or so different sets of strings. I only need the first 14 and whenever I call scan f it starts at column 209 as opposed to column 1 where it should. Here's a sample of the code:

FILE *d;

d=fopen("t.dat" ,"rb");

where a, n are all strings.

fscanf(d,"%s %s %s %s %s %s...