Glossary coding Term Page
Return type
the data type of the result (`int`
Core Idea
Return type is the data type of the result (int, void, double, and so on). It usually makes the most sense alongside Function name, Parameter list, Body.
Why It Matters Here
Mathbong reuses this term across c posts as shared vocabulary.