Get started with C: learn the essential syntax, data types, operators, arrays, pointers, and functions.
C is a fundamental programming language that forms the foundation of modern computing. Learn the essentials: syntax, data types, operators, and basic program structure.
Lessons in this unit:
| 0: | ▶︎ Introduction |
| 1: | Introduction to C |
| 2: | Variables and types |
| 3: | Constants |
| 4: | Operators |
| 5: | Conditionals |
| 6: | Loops |
| 7: | Arrays |
| 8: | Strings |
| 9: | Pointers |
| 10: | Functions |