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?