यदि कोई फाइल खुली होने पर दूसरा कार्यक्रम उसे बदल नहीं पाता तो संभावित कारण क्या है?
What is a likely reason when a second program cannot modify a file that is already open?
Explanation opens after your attempt
C. पहले कार्यक्रम ने फाइल पर ताला लगाया हैThe first program has placed a lock on the file
Concept
A file lock can prevent conflicting simultaneous writes. Distinguish file locking from general permission issues.
Why this answer is correct
The correct answer is C. पहले कार्यक्रम ने फाइल पर ताला लगाया है / The first program has placed a lock on the file. A file lock can prevent conflicting simultaneous writes. Distinguish file locking from general permission issues.
Exam Tip
फाइल ताला एक साथ विरोधी लेखन को रोक सकता है। परीक्षा में इसे अनुमति समस्या और फाइल ताले से अलग अलग जाँचें।
Login to save your score, XP, coins and progress.
