Q21
Which function is used to set the file position in C++ file handling?
A.
file.seek()
B.
seekg()
AnswerC.
file.position()
D.
setPosition()
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board