Uploaded June 2020 | Updated September 2026, 1 week ago
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.
Our Website
LearningLad.com
Social Media
Facebook facebook.com/LearningLad
twitter twitter.com/LearningLadEdu
Instagram instagram.com/LearningLadOfficial
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.
Our Website
LearningLad.com
Social Media
Facebook facebook.com/LearningLad
twitter twitter.com/LearningLadEdu
Instagram instagram.com/LearningLadOfficial










