Advertisements
Advertisements
प्रश्न
The correct syntax of seek() is ______
पर्याय
file_object.seek(offset [, reference_point])
seek(offset [, reference_point])
seek(offset, file_object)
seek.file_object(offset)
MCQ
रिकाम्या जागा भरा
उत्तर
The correct syntax of seek() is
file_object.seek(offset [, reference_point])
shaalaa.com
Setting Offsets in a File
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
To position the file object at a particular position in file, we use ______.
Write the use and syntax for the following method:
seek()
The syntax of seek() is:
file_object.seek(offset[,reference_point])
What is the default value of reference_point
?
Which of the following functions changes the position of file pointer and returns its new position?