rewind() function
The rewind() function sets the file pointer at the beginning of the stream.It is useful if you have to use stream many times.
in another words rewind () function moves file pointer position to the beginning of the file.
Syntax: rewind(FILE *stream)
Example:-
| rewind() file handling function |
| rewind() file handling function output |
"""Share it"""
Comments
Post a Comment