Computer Science, asked by noormohammaad1486, 9 months ago

Write statement to move the input pointer in the file to the beginning of the file

Answers

Answered by pallerla02
1

Answer:

Explanation:function is used to move file pointer position to the given location. whence – This is the current file pointer position from where offset is added. Below 3 constants are used to specify this. SEEK_SET – It moves file pointer position to the beginning of the file.

Similar questions