Summary
Keywords
Full Transcript
#23 C Pointers | C Programming For Beginners In this video, we will learn about Pointers in C Programming. We will learn to work directly with computer memory addresses with the help of pointers. We will find the differences between regular variable and a pointer. Then we will learn to access and change value using pointer. Finally, we will make sure you won't make the common mistakes while working with pointers by guiding you the correct ways so watch this video to have clear concept on pointers. This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e ~ Resources: C Online Compiler: https://www.programiz.com/c-programming/online-compiler/ GitHub File: https://github.com/programiz/c-youtube/blob/master/23.%20C%20Pointers.md C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-programming/c-pointers Timestamps: 00:17 - C Pointers 02:10 - Pointer Variables 04:20 - Access Value using Pointers 05:31 - Change Value using Pointers 07:11 - Common Mistakes in Pointers 09:58 - Programming Task 10:43 - Quiz ~ Revise your learning using our C App Download here for Android: https://bit.ly/3upaInx Download here for iOS: https://apple.co/3EZLtNq Find Programiz elsewhere: Programiz PRO: https://programiz.pro/ Website: https://www.programiz.com Discord: https://www.discord.gg/programiz ~ Facebook: https://www.facebook.com/programiz Instagram: https://www.instagram.com/_programiz/ LinkedIn: https://www.linkedin.com/company/programiz Twitter: https://twitter.com/programiz #programiz #pointers #Programiz #pointerexample #cprogramming #learnc #programming #Cpointers #learncprogramming
