Pointers are a big challenge when you are learning C. The trick is to understand exactly what they are doing so that you can make a picture of what is happening. This video will show you how pointers work and how we use them to emulate call by reference parameters.
This video assumes that you know how to use GDB in VSCode and how parameter passing works. I have other videos to help with those topics, too! Check them out:
- C Programming Playlist: • Coding in C
- How C Stores Local Variables (and how to use GDB in VSCode): • How C Stores Local Variables - VS Cod...
- The Call Stack and Passing Parameters By Value: • The Call Stack and Passing Parameters...
Please subscribe to see more videos about how to write high quality code. If you have questions, email me at [email protected]!