Structure Pointer and Arrow Operator | C Language Tutorial



Structure Pointer and Arrow Operator | C Language Tutorial

Structure Pointer and Arrow Operator | C Language Tutorial

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
http://www.LearningLad.com

Social Media
Facebook https://www.facebook.com/LearningLad
twitter https://www.twitter.com/LearningLadEdu
Instagram https://www.instagram.com/LearningLadOfficial

Comments are closed.