Q. Which method moves the file pointer to a specific location?
β
Correct Answer: (C)
seek()
Explanation: seek(offset) moves the file pointer to the specified byte position.