📘 This repository contains C programming practice problems solved by me while building a strong foundation in programming.
🎓 Part of my learning journey as a B.Tech CSE (AI & ML) student.
✅ Beginner-friendly C programs
✅ Focus on logic building & fundamentals
✅ Clean, readable, and well-structured code
✅ Regularly updated as I learn new concepts
🔹 Strengthen problem-solving skills
🔹 Understand core C programming concepts
🔹 Improve coding logic and syntax
🔹 Maintain a public learning portfolio on GitHub
✔ Basics of C
✔ Input / Output
✔ Conditional Statements (if, switch)
✔ Loops (for, while, do-while)
✔ Arrays
✔ Strings
✔ Functions
✔ Pointers
✔ Pattern Programs