Comments in C — a practical guide to C comments with clear examples you can reuse in real projects.
C Programming Tutorial Series (12/102). Prefer one article? Read the complete C programming tutorial.
Short description
Explain why, not what — keep comments accurate.
Comments
// Single line
/* Multi-line
comment */