Difference between revisions of "Program Examples:File Handling:Open Read Write"
Line 2: | Line 2: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | The following example demonstrates how to open a file | + | The following example demonstrates how to open a file with different permissions (Read Only, Write Only, Append),<br/> |
how to read from and write to the file, and how to manipulate the file pointer.<br/> | how to read from and write to the file, and how to manipulate the file pointer.<br/> | ||
<br/> | <br/> |