Day 8 takes a break from the C++ in 24 Hours book to build upon our pointer knowledge. In c/c++ arrays are often handled using dynamic memory allocation. Day 8 covers explores dynamic memory in c as opposed to c++.
Complete the following tutorials:
- Programiz.com C Arrays
- Programiz.com C Multidimensional Arrays
- Programiz.com C Arrays & Functions
- Programiz.com C Programming Pointers
- Programiz.com C Pointers & Arrays
- Programiz.com C Pointers And Functions
- Programiz.com C Memory Allocation
Goals
- Implement the C Array and Pointer Examples provided by Programiz.com C Array and Pointer Examples.
- Commit these activities and push to your private CodingAblate Repo.