Glossary coding Term Page

Function name

verbs such as `print_line` or `calculate_total` work well

function-name #coding#c
Korean version

Related Concepts

Core Idea

Function name is verbs such as print_line or calculate_total work well. It usually makes the most sense alongside Return type, Parameter list, Body.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept