Glossary coding Term Page
Standard output
The default output stream a program writes to
Core Idea
Standard output is The default output stream a program writes to, usually the terminal. It usually makes the most sense alongside Standard input, File pointer, Buffer.
Why It Matters Here
Mathbong reuses this term across c posts as shared vocabulary.