Learn_C_in_2_Days_Checklist
Learn_C_in_2_Days_Checklist
Setup:
- [ ] Operators (+, -, *, /, %)
Control Flow:
- [ ] switch statement
Functions:
Pointers:
Bonus (Optional):
- [ ] Reverse a string
End-of-Day 2 Checkpoint
- Try building a small console project (calculator, to-do list, number guessing game, etc.)