Concept Flow - Struct pointers
Declare struct type
Create struct instance
Create pointer to struct
Access/modify fields via pointer
Use updated struct values
This flow shows how to declare a struct, create an instance, get a pointer to it, and access or change its fields through the pointer.