C Function - C programming (MCQ) questions for Q. 27518
Q. What will the function rewind() do?- Published on 26 Feb 17a. Reposition the file pointer to a character reverse.
b. Reposition the file pointer stream to end of file.
c. Reposition the file pointer to begining of that line.
d. Reposition the file pointer to begining of file.
ANSWER: Reposition the file pointer to begining of file.