Loading practice questions
How can the address stored in the pointer be retrieved?
Correct Answer: D — Using & symbol
Explanation:
The & symbol must be used. This should be done such that the object should be preceded by & symbol and then the address should be stored in another variable. This is done to get the address where the object is stored.