- 1

Explain how memory addressed of a variable is accessed in c++

12th Sep 2021, 4:32 AM
yadav vijay
yadav vijay - avatar
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
12th Sep 2021, 5:46 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
12th Sep 2021, 5:03 AM
Rupali Haldiya
Rupali Haldiya - avatar
0
To access the address of a memory location you just have to write '&' and the variable's name.
12th Sep 2021, 8:20 AM
UJJWAL MISHRA
UJJWAL MISHRA - avatar
0
To know in detail reffer Google sir
12th Sep 2021, 8:21 AM
UJJWAL MISHRA
UJJWAL MISHRA - avatar