1.

किसी फाइल पर आप क्या-क्या क्रियाएँ कर सकते हैं? उदाहरण सहित समझाइए। या सी' भाषा में फाइल-ऑपरेशन से क्या तात्पर्य है? समझाइए। या फाइल से डाटा पढ़ने के लिए प्रमुख 'सी' फंक्शनों को बताइए। या rewind() फंक्शन को समझाइए।

Answer»

Explanation:

FOPEN ()fopen () FUNCTION creates a NEW file or opens an existing file.fclose ()fclose () function CLOSES an opened file.getw ()getw () function reads an integer from file.putw ()putw () functions WRITES an integer to file



Discussion

No Comment Found