Saved Bookmarks
| 1. |
फाइल पॉइंटर क्या होता है? इसके उपयोग का विवरण दीजिए। |
|
Answer» Explanation: file POINTER is a pointer to a structure, which contains information about the file, including its name, CURRENT POSITION of the file, whether the file is being read or written, and whether errors or end of the file have occurred. |
|