Hi.
You know with fgets() function you can read one line of text file.
When you use fgets() for first time file pointer points to first line but at the second time file pointer points to second line.
fgets() ever goes down in file after each read.
I want to read perevious line but with fgets() i can't do this.
I must close file and again open file and read until that line.
How i can read perevious line in txt file after using fgets() ?
???????????????😕
Thanks.
hd.m