Chapter 6: Problem 10
What is a file’s read position? Initially, where is the read position when an input file is opened?
Short Answer
Expert verified
Answer: When an input file is opened, the initial read position is set to the beginning of the file. This means that the first read operation will start from the first byte (or character) of the file.