Computer Science, asked by skooky947, 5 hours ago

Discuss the operations performed on a file.

Answers

Answered by poojadb2020
0

Explanation:

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