Vidyalelo
Python · Q71

Files Handling in Python

Programming · Python · question 71

Q71

How do you change the file position to an offset value from the start?

A.
fp.seek(offset, 0)
Answer
B.
fp.seek(offset, 1)
C.
fp.seek(offset, 2)
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board