Welcome to my structured journey to mastering C programming from the basics to advanced topics. This repository documents all the concepts, code snippets, and exercises I've learned along the way.
- Basics: Fundamental concepts and introductory exercises.
- Advanced: Topics like pointers, memory management, and optimizations.
- Resources: Notes, references, and additional learning material.
- Hello World Program
- Number Systems:
- Binary, Decimal, Hexadecimal
- Two's Complement
- Conversion Algorithms:
- Decimal to Binary
- Binary to Decimal
- Hexadecimal to Binary
- Two's Complement
- ...and more to come!