Vidyalelo
C++ Programming · Q8

File Handling in C++

Programming · C++ Programming · question 8

Q8

What does the seekg() function do in C++ file handling?

A.
Sets the get position pointer
Answer
B.
Sets the put position pointer
C.
Sets the end of file pointer
D.
Sets the beginning of file pointer

Answer: Option A

Solution

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