Learn about functions and structures in C.
Continue your C learning journey! Dive into functions, which are groups of instructions that are given a name to be used elsewhere in the code, often repeatedly. Then learn about structures, which allow you to collect multiple data types into one single data type.
### Take-Away Skills
By the end of this course, you will be able to:
* Define functions that you can reuse throughout your program
* Create structures to contain multiple data types at once
* Understand how what scope is, the different ways of defining scope, and how a program uses scope.
### Notes on Prerequisites
We recommend that you complete [Learn C: Pointers and Memory](https://www.codecademy.com/learn/learn-c-pointers-and-memory) before completing this course.
Continue your C learning journey! Dive into functions, which are groups of instructions that are given a name to be used elsewhere in the code, often repeatedly. Then learn about structures, which allow you to collect multiple data types into one single data type.
### Take-Away Skills
By the end of this course, you will be able to:
* Define functions that you can reuse throughout your program
* Create structures to contain multiple data types at once
* Understand how what scope is, the different ways of defining scope, and how a program uses scope.
### Notes on Prerequisites
We recommend that you complete [Learn C: Pointers and Memory](https://www.codecademy.com/learn/learn-c-pointers-and-memory) before completing this course.