Learn C: Functions and Structures
Offered By: Codecademy
Course Description
Overview
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.
Syllabus
- Functions: Learn about functions in C.
- Lesson: Functions: Lesson
- Quiz: Functions: Quiz
- Article: Scope
- Project: Mini-Calendar
- Structures: Learn about structures in C.
- Lesson: Structures: Lesson
- Quiz: Structures: Quiz
- Project: Race Simulator
- Informational: Next Steps
Taught by
Kenny Lin
Related Courses
UNSW Computing 1 - The Art of ProgrammingOpenLearning C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Beginning Game Programming with C#
University of Colorado System via Coursera Introduction to Computing 计算概论A
Peking University via Coursera Comprendre les Microcontroleurs
École Polytechnique Fédérale de Lausanne via Coursera