English, asked by chandukomuraju22, 7 months ago

explain methods available in file operations with necessary examples​

Answers

Answered by Anonymous
1

Explanation:

The most basic operations that programs can perform on a file are:

Create a new file.

Change the access permissions and attributes of a file.

Open a file, which makes the file contents available to the program.

Read data from a file.

Write data to a file.

Delete a file.

Similar questions