to find end of the file which function is used?
Answers
Answered by
0
Answer:
feof() The function feof() is used to check the end of file after EOF. It tests the end of file indicator. It returns non-zero value if successful otherwise, zero.
Similar questions