Coddy logo
Store
Leaderboard
menu icon
Loading...Creator image

Creator

Anonymous

C for Beginners

In this course, you will learn the basics of the C programming language for total beginners while coding.

34 Lessons

33 Challenges

certification icon

With Certificate

Prerequisites

No prior knowledge required

Save for later

Introduction

Introduction

Hello World!

The main function

Variables

Integers

Floats

Characters

Recap Challenge #1

Recap Challenge #2

Operators

Arithmetic Operators

Increment & Decrement

Assignment Operators

Comparison Operators

Logical Operators

Recap Challenge #1

Recap Challenge #2

Decision Making

If

Else If

Recap Challenge #1

Recap Challenge #2

Basic IO

Output

Output with Variables

Input

Recap Challenge #1

Recap Challenge #2

Loops

For

While

Do...While

Break

Continue

Recap Challenge #1

Recap Challenge #2

Final Challenges

Letter Counter

Advanced Calculator

Tic-Tac-Toe Analyzer