1.What is the difference between Address of operator(&) and deference operator? Please make it as simple as posible..
2. In the article there is a sentence "The actual address of a variable in memory cannot be known before runtime"
So, What can we do if we want to use the actual address of a variable?
Thx