Alright I just wrote
while (fscanf(fp, "%d %d", &x[i],&y[i]) != EOF)
printf("%d x , %d y \n",x[i],y[i]);
instead of everything and it works.
CLICK HERE to find out more related problems solutions.
Alright I just wrote
while (fscanf(fp, "%d %d", &x[i],&y[i]) != EOF)
printf("%d x , %d y \n",x[i],y[i]);
instead of everything and it works.
CLICK HERE to find out more related problems solutions.