Pointers can be used to refer to a struct by its address . This is useful for passing structs to a function. The pointer can be dereferenced using the * operator.
Pointers can be used to refer to a struct by its address . This is useful for passing structs to a function. The pointer can be dereferenced using the * operator.