Which of the following option is true?
fp.seek(10, 1)
1
Move file pointer ten characters behind from the current position.
2
Move file pointer ten characters ahead from the current position.
3
Move file pointer ten characters ahead from the beginning of a file.
4
Move file pointer ten characters behind ahead from the end of a file.