Vidyalelo
Python · Q34

Files Handling in Python

Programming · Python · question 34

Q34

What happens if no arguments are passed to the seek function?

A.
file position is set to the start of file
B.
file position is set to the end of file
C.
file position remains unchanged
D.
error
Answer

Answer: Option D

Solution

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