So i'm fairly new to pointers. What I'm trying to figure out is how can I be able to assign 2 different values such as a coefficient and an Exponent to a single node in a Linked List?
You can actually figuring out a pointer using postman and address concept which a postman holds letter (information, anything thing you want) and an address (location where pointer pointing to). *variable_name is the postman and &variable_address is the target. Hope this will help you.