Glossary coding Term Page
File pointer
A `FILE *` that stores the position and state of an open file
Core Idea
File pointer is A FILE * that stores the position and state of an open file. It usually makes the most sense alongside Standard input, Standard output, Buffer.
Why It Matters Here
Mathbong reuses this term across c posts as shared vocabulary.