तलाश() का सिंटैक्स है: file_object.seek(offset [, reference_point]) Reference_point क्या दर्शाता है?
The syntax of seek() is: file_object.seek(offset [, reference_point]) What does the reference_point indicate?
A
reference_point indicates the current position of the file object
B
reference_point indicates the starting position of the file object
C
reference_point indicates the ending position of the file object
D
None of the above
Explanation
Correct Answer: B) reference_point indicates the starting position of the file object