Introduction to Pointers





This video introduces the concept of pointers in c. You will learn what is a pointer, how to declare a pointer, how to assign the address of a variable to a pointer,how to access the value stored in pointer and the usage of the * and & operators in detail.