Answers for "how to reset to read from beginning of file c"

C
0

how to reset to read from beginning of file c

fseek(fptr, 0, SEEK_SET);
Posted by: Guest on March-20-2020
0

how to reset to read from beginning of file c

rewind(fptr);
Posted by: Guest on March-20-2020

Code answers related to "how to reset to read from beginning of file c"

Code answers related to "C"

Browse Popular Code Answers by Language