Q. Which function moves the file pointer to a specified location?
β
Correct Answer: (A)
fseek()
Explanation: fseek() repositions the file pointer to a given location.