Learn Pointers C/C++ : For (BEGINNERS) First Part of Linked List Video Series
Pointers are very important for learning Linked List. So in this video we cover basics of Pointers. Watch second video on Dynamic memory allocation : https://youtu.be/mWyq21s8YqA Code snippets to learn more about pointers: 1) Basic Pointer code : https://ideone.com/cyrKg8 2) Pointer to Pointer concept: https://ideone.com/pXPr52 Few good source to learn further : 1) GFG : https://www.geeksforgeeks.org/pointers-c-examples/ 2) Tutorial Point : https://www.tutorialspoint.com/cplusplus/cpp_pointers.htm
Pointers are very important for learning Linked List. So in this video we cover basics of Pointers. Watch second video on Dynamic memory allocation : https://youtu.be/mWyq21s8YqA Code snippets to learn more about pointers: 1) Basic Pointer code : https://ideone.com/cyrKg8 2) Pointer to Pointer concept: https://ideone.com/pXPr52 Few good source to learn further : 1) GFG : https://www.geeksforgeeks.org/pointers-c-examples/ 2) Tutorial Point : https://www.tutorialspoint.com/cplusplus/cpp_pointers.htm