Glossary coding Term Page
return statement
required whenever the return type is not `void`
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.