CBSE · 083Class XII · 2023Section A1 mark
Question 11
30 March 2023 · Computer Science (083)
The syntax of seek( ) is : file_object.seek(offset[,reference_point]) What is the default value of reference_point ?
Answer
(a) 0
Explanation
The default value for the reference_point in seek() is 0, which represents the beginning of the file.