In this tutorial you will learn about the Structure Pointer and Arrow Operator in C Programming language.

Just like the way a Pointer contains the address of another variable, a Structure Pointer can contain the address of another structure variable.

we can get the address using the & ( address of operator ).

To access the members of a structure variable using the structure pointer we use the arrow operator. It is also called as structure pointer operator.

#c-programming #programming #developer

Structure Pointer and Arrow Operator | C Language Tutorial
1.60 GEEK