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)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board