What does seek method of a file object do?
What does seek method of a file object do?
a. Moves the current file position to a different location at a defined offset.
b. Tells the current position within the file and indicates that the next read or write occurs from that position in a file.
c. Returns various values associated with file object as a tuple
d. Determines if the file position can be moved or not.