Glossary coding Term Page

Return type

the data type of the result (`int`

return-type #coding#c
Korean version

Related Concepts

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.

Posts Mentioning This Concept