C++
Programming and Technical
Programming
Technical
What is the purpose of rewind() ?
Read Solution (Total 1)
-
- void rewind ( FILE * stream );
Set position of stream to the beginning
Sets the position indicator associated with stream to the beginning of the file. - 10 years agoHelpfull: Yes(1) No(0)
C++ Other Question