What is a file pointer? Briefly explain the various operation of a file?
Answers
Answered by
2
Declaring a File Pointer. In C language, in order to declare a file, we use a file pointer. A file pointer is a pointer variable that specifies the next byte to be read or written to. Every time a file is opened, the file pointer points to the beginning of the file.
Similar questions