189k views
4 votes
True or False? At any point in time, an open file has a current file pointer indicating the place where the next read or write operation should occur.

1 Answer

4 votes

Answer:

True is the correct answer for the above question.

Step-by-step explanation:

  • When any document file is opened then every point has some particular address. so there is a pointer which states that where the read operation and the write operation is going on.
  • When any person writes any program to read a file or write a file then there is a need for some variable that is pointed for the reading and the write operation.
  • The document which is used for the write data or read data is also designed and maintained by some software.
  • Hence we can say that there are needs of some variable that point the operation of the file and it is also stated from the above question. Hence the above question statement is a true statement.
User Zachary Schuessler
by
6.6k points