CBSE Class 12 Computer Science
Question 57 of 136
Data File Handling — Question 22
Back to all questionsfp.tell()
Reason — The tell() method returns the current position of the file read/write pointer within the file. The correct syntax to use it is fp.tell(). Therefore, the correct statement used to retrieve the current position within the file is fp.tell().