page-banner
Chapter-7 File Processing
Q6.
............ पहली लाइन रीड करने के बाद कर्रेंट फाइल का पोजीशन रिटर्न करता है |<break-line><break-line>__________ return the current file position after reading the first line.
A. tell()
B. readline()
C. seek()
D. scanoneline()
View Answer
Q7.
__________ एक विधि है जो ऑफसेट पर फ़ाइल की वर्तमान स्थिति निर्धारित करती है।<break-line><break-line>__________ is a method sets the file's current position at the offset.
A. tell()
B. readline()
C. seek()
D. scanoneline()
View Answer
Q8.
............ का प्रयोग फाइल ऑब्जेक्ट (fp) को क्लोज करने के लिए होता है |<break-line><break-line>__________ is used to close a file object (fp).
A. fp.exit()
B. fp.close()
C. fp.break()
D. fp.shutdown()
View Answer
Q9.
..................... एक पूरा लाइन फाइल में से रीड करता है |<break-line><break-line>__________ reads one entire line from the file.
A. tell()
B. readline()
C. seek()
D. scanoneline()
View Answer
Q10.
__________ फ़ंक्शन फ़ाइल प्रोसेसिंग के दौरान पैरामीटर फ़ाइल नाम और मोड लेता है।<break-line><break-line>The __________ function takes the parameter file name and the mode during file processing.
A. tell()
B. open()
C. seek()
D. *
View Answer