Structure and Pointers

Learn how to create a pointer to a structure and an array of structures in C.

What is a structure pointer?


A pointer pointing to a struct is known as a structure pointer.


Example program

The program given below demonstrates the use of a structure pointer.

Get hands-on with 1200+ tech skills courses.