ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
How can the address stored in the pointer be retrieved?
Correct Answer: D — Using & symbol
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.