Vidyalelo
C++ Programming · Q37

File Handling in C++

Programming · C++ Programming · question 37

Q37

Which function is used to set the position of the file pointer in C++ file handling?

A.
seekg()
B.
seekp()
Answer
C.
file.setpos()
D.
setpos()

Answer: Option B

Solution

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