Report Bug
Qus : Which of the following error is returned when we try to open a file in write mode which does not exist?
Qus जब हम किसी ऐसी फ़ाइल को राइट मोड में खोलने की प्रयास करते हैं जो मौजूद नहीं है तो निम्न में से कौन सी एरर दिखाई देती है

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


Solution
D. None of the above






Report Bug