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