Vidyalelo
C++ Programming · Q24

File Handling in C++

Programming · C++ Programming · question 24

Q24

Which function is used to rewind the file pointer to the beginning of the file in C++?

A.
rewind()
B.
reset()
C.
file.rewind()
D.
file.seekg(0)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board