C++20 sections · 1024 units
Open in Course

Section Recap

What we learned

You now write functions in C++.

1.1. Functions group reusable code with a name

2.2. Parameters pass data in, return sends data out

3.3. void functions perform actions without returning

4.4. Break complex problems into smaller functions

Good job. Your code is now more organized. Next, you will learn pointers and references for direct memory access.