The correct choice is (a) tells you the current position within the file
Easy explanation - The tell() method tells you the current position within the file; in other words, the next read or write will occur at that many bytes from the beginning of the file.