This repository is part of my journey to learn and master the C programming language. It contains a collection of solved problems, practice exercises, and custom implementations of core programming concepts in C.
- Strengthen understanding of C syntax and logic
- Practice memory management and pointer operations
- Solve common algorithmic problems (loops, arrays, strings, etc.)
- Build a solid foundation in low-level programming
- /basics: Syntax, data types, loops, conditions
- /arrays: Array problems and manipulations
- /functions: Custom function writing practice
- /pointers: Deep dive into pointers and memory
- /misc: Small utilities and custom challenges
- Language: C
- Compiler: GCC
- Environment: VS Code / Terminal
Ongoing learning project – constantly updated with new problems and solutions.