My structured journey through the C programming language — organized topic by topic, from the basics to pointers and memory. Built up over 60+ commits of daily practice.
| Folder | Topic |
|---|---|
01_Basic |
First programs and C fundamentals |
02_Variables_and_Data_Types |
Variables, data types, and booleans |
03_Operator |
Arithmetic and other operators |
04_Control_Structure |
if/else, loops, break and continue |
05_Arrays_Strings_Input |
Arrays, strings, and user input |
06_Pointers_And_Memory |
Pointers and memory addresses |
07_Functions |
Writing and using functions |
C was my first serious programming language and the foundation for everything I've built since — from C++ data structures to Arduino projects. This repo documents that foundation.
Nazmus Sakib — LinkedIn · GitHub
This repository is licensed under the MIT License — see the LICENSE file for details.