Computer Science, asked by dhanushadithya73, 8 months ago

What useful purpose does the ftell( ) and rewind( ) function do?​

Answers

Answered by santlalsharma20195
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