Glossary coding Term Page

return statement

required whenever the return type is not `void`

return-statement #coding#c

Related Concepts

Core Idea

return statement is required whenever the return type is not void. It usually makes the most sense alongside Return type, Function name, Parameter list.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept