end of file (EOF) character

A character written to a file by the operating system immediately after the last record to signal the end of that file to the controlling program. A programmer can use this to process a variable amount of data in a file, processing records until the end of file character is found.

Related terms

Term sub categories

Programming
   writing programs