I was running away when it came to structure pointers. It might be my mind block, that I never tried to properly learn structure pointers.
Once I did, it was all easy. You need a good approach for learning such seemingly complex but simple things.
Simple Definition
Structure Pointers are the pointers which points structure. Ha Ha Ha...
This might look funny but it is as simple as that. They are like any other char pointer and int pointers, but they points to a structure.