#cprogramming #pointers #doublepointers #coding
In this video, I go over the basic structure of double pointers. I give a brief explanation on how memory is organized when using double pointers and I provide a few examples to understand how they work. The examples provided are code snippets that display the use of double pointers. In practice, double pointers are used in many different applications and aren't limited to the simple examples I've shown in this video. Hope you enjoy the video!
00:00 Intro
00:38 Memory Explanation
01:09 Double Pointers and Strings Example
02:06 Dynamic Memory Allocation 2D Array Example
02:25 Outro and Recap