Glossary coding Term Page

File pointer

A `FILE *` that stores the position and state of an open file

file-pointer #coding#c
Korean version

Related Concepts

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.

Posts Mentioning This Concept