After reading a file how do we manage to put the file pointer back to the beginning of the file?
ty...
Printable View
After reading a file how do we manage to put the file pointer back to the beginning of the file?
ty...
rewind(fp), where fp is the FILE pointer.