learn-c

Learn the C Programming Language!

View the Project on GitHub infection-tag/learn-c

Preface

Welcome to the course on the C language. Before we start, let’s see what we can use C for.

Whenever you are tasked with writing a piece of code, try writing it down on a piece of paper before. Don’t just read my code and follow along.

Don’t copy-paste the code snippets in this course! I have specifically replaced certain characters with others. If you copy-paste the code, it will not compile!