Chapter 10: Problem 7
When writing a program that performs an operation on a file, what two fileassociated names do you have to work with in your code?
Short Answer
Expert verified
Answer: The two file-associated names essential for working with files are Filename and File object. Filename is the name of the file, including the extension, used to identify and access the file. File object is a variable or an object in the code that allows interaction and manipulation of the file contents.