Chapter-wise C programming practice sets.
I am documenting my journey learning C programming with Code With Harry’s course. Up to now, I’ve completed practice sets for Chapters 1–8.
Learning Timeline:
- Chapter 1: Variables, constants, and keywords
- Chapter 2: Instructions and operators
- Chapter 3: Conditional Instructions
- Chapter 4: Loop control instructions
- Chapter 5: Functions
- Chapter 6: Pointers
- Chapter 7: Arrays
- Chapter 8: Strings
Notes on the Code:
- Most problems are straightforward, so I haven’t added extensive comments.
- Some solutions are my own approaches beyond the standard practice sets.
- Each chapter’s practice set is included as a separate file/folder.
Why I Did This:
- Strengthen programming basics
- Practice problem-solving in C
- Build my coding portfolio and track progress
Next Steps:
- Continue with upcoming chapters
- Add projects and more practice sets
- Explore real-world C programming tasks