Introduction to Structure Pointers






This video introduces you to structure pointers. You will learn what is a structure pointer,how to declare a structure pointer,how to assign the address of a structure variable to a structure pointer, how to access the structure variable elements using the arrow operator, difference between the arrow and dot operators in detail with an example.