aboutsummaryrefslogtreecommitdiff
path: root/content/docs/programming-resources/programming-and-scripting-languages/c/_index.md
blob: c52510bdb4259ec252720861cf63e37fe70225d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: C
description: The C programming language
weight: 1
---

I recommend everyone to learn C as their first programming language especially if you are a student.
It *is* harder than most of the popular languages but after you understand C it will be very easy to understand the core concepts of most
of the other programming languages.

## Basics

- C in one video - [Video by Mike Dane](https://www.youtube.com/watch?v=3lQEunpmtRA).
Best video if you have never even written a line of code before.