Q71
How do you change the file position to an offset value from the start?
A.
fp.seek(offset, 0)
AnswerB.
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