Characters - EOF (End of File)
Table of Contents
About
EOF is a symbolic name and represents the end of:
- a file
- of an input sequence
The null terminator '\0' may also be used as “end of file” marker.
Articles Related
- Text - Character
- What is a Lexer ? known also as Tokenizer or Scanner - Lexical Analysis
- Shell Data Processing - Standard Input Stream (Stdin)
- Antlr - Parse Tree (AST)
- Bash - Read (Builtin Command) that capture a line
- Network - netcat (nc, ncat)
- Antlr - Getting Started (Hello World)
- Shell Data Processing - (WC|Word Count) command (Line count)
- How to see the difference between two characters (hyphen and dash) ?
- Sh - EOF (Control-D)
- More ...
Keyboard
Recommended Pages


