C Language Learning Roadmap
C Language Learning Roadmap
Week 5: Functions
Goal: Learn to break your code into chunks
- Function syntax
- Call by value
- Function with return types and parameters
- Recursion (basic)
Week 6: Pointers
Goal: Understand memory like a pro
- What is a pointer?
- Pointers and functions
- Pointer arithmetic
- Pointers and arrays
- NULL, wild, dangling pointers