Passing Pointers to Struct
Take a look at a couple of ways that are used for handling structs using pointers.
We'll cover the following...
We'll cover the following...
Pointer to a struct
Pointers can also be used to point to a struct. Here is how this would be done: