Weekly Target – C Programming
✅ Covered:
- Variables
- Conditionals
- Loops
- Functions (intro)
🎯 This Week's Focus:
1. Arrays & Strings
2. Intro to Pointers
3. Recursion Basics (e.g., factorial)
Practice Task:
- Complete and understand the Number Stats Tool
- Try writing a version using separate functions for:
a. Input
b. Stats calculation
c. Output
Optional Challenge:
- Implement a recursive factorial calculator