What useful purpose does the ftell( ) and rewind( ) function do?
Answers
Answered by
0
Answer:
hello guys
ftell function is used to get current position of the file pointer. In a C program, we use ftellas below.
rewind function is used to move file pointer position to the beginning of the file.
Similar questions