If you have a pointer containing a valid address you need to use * the dereference operator to access that data
So using * on a pointer will get you the data at that location
The dereference operator is also called the indirection operator
If you have a pointer containing a valid address you need to use * the dereference operator to access that data
So using * on a pointer will get you the data at that location
The dereference operator is also called the indirection operator