Glossary coding Term Page

Format code

the symbol in `printf` that tells it how to format a value based on its type

format-code #coding#c
Korean version

Aliases

format specifier

Related Concepts

Core Idea

Format code is the symbol in printf that tells it how to format a value based on its type. It usually makes the most sense alongside Type, Initialization, Byte.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept