Q. Which function is used to move the file pointer to a specific location?
β
Correct Answer: (B)
fseek()
Explanation: fseek() is used to reposition the file pointer.