Report Bug
Qus : If we open a file in write mode and file does not exists, which of the error will generate?
Qusयदि हम एक फाइल को राइट मोड में खोलते हैं और फाइल मौजूद नहीं है, तो कौन सी त्रुटि उत्पन्न होगी?

A. File Found Error
B. File Not Exist Error
C. File Not Found Error
D. None of these


Solution
D. None of these



Explanation

No Error , Because if File not Exist it create a New File Automatically.




Report Bug