A pointer set to a file.
Files can be pointed to. These pointers are specific for files. In C for example, we have FILE which is used as file pointer (if followed by an asterisk *
).
The file pointer points to a certain position of the file and can be moved in any location of the file desired.