Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Codecademy

Learn C: Functions and Structures

via Codecademy

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.

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

Reviews

4.6 rating at Codecademy based on 82 ratings

Start your review of Learn C: Functions and Structures

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.