रवि ने open() फ़ंक्शन का उपयोग करके पायथन में एक फ़ाइल खोली लेकिन मोड निर्दिष्ट करना भूल गया। फ़ाइल किस मोड में खुलेगी?<break-line><break-line>Ravi opened a file in python using open( ) function but forgot to specify the mode. In which mode the file will open?
कौन सा कथन फ़ाइल पॉइंटर को वर्तमान स्थिति से 10 बाइट्स पीछे ले जाएगा?<break-line><break-line>Which statement will move file pointer 10 bytes backward from current position?
कौन सा कथन एक फ़ाइल से एक पंक्ति लौटाएगा यदि फाइल ऑब्जेक्ट f हो<break-line><break-line>Which statement will return one line from a file (file object is “f”)?