- 1
Explain how memory addressed of a variable is accessed in c++
4 Answers
+ 1
If you really wanna understood the concepts behind memory then learn about Assembly . By the way here you asking about memory address of variable in c cpp you can pront memory address via using ampersand symbol. Read about pointers you will understood much better
0
To access the address of a memory location you just have to write '&' and the variable's name.
0
To know in detail reffer Google sir