Learn C: Functions and Structures
Learn how to define scope, create reusable functions, and contain data types with structures in C.
About 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 before completing this course.
There are no reviews yet.