Week-12: Pointers and Dynamic Memory Allocation
Week-12: videos already shared with students via class WhatsApp group.
Contents that are covered in this weeks are
- Pointer Variables & its Implementation
- Dereference Operator
- Assigning Pointers
- Uninitialized Pointers
- Dynamic Allocation
- Creating an Object (new & delete operator)
- Memory Leak
- Function Returning an Address
- Receiving a Pointer
- Dangling Pointer
- Passing Pointers to Functions
- Array of Pointers
- Creating an Array on the Heap