C
Programming and Technical
Programming
Definition
What will the function rewind() do?
Options
1) Reposition the file pointer to a character reverse.
2) Reposition the file pointer stream to end of file.
3) Reposition the file pointer to begining of that line.
4) Reposition the file pointer to begining of file.
Read Solution (Total 2)
-
- rewind() takes a filepointer to the begining of the file.so that the next i/0 operation will take place at the bigining ot the file.
- 8 years agoHelpfull: Yes(0) No(0)
- 4) goes to beginning of file
- 8 years agoHelpfull: Yes(0) No(0)
C Other Question