R
rn5a
Is it possible to practically see the memory location stored in a
variable? For e.g. consider the statement
Dim myInt As Integer = 10
If I am not wrong, the memory location allocated to "myInt" would
store the value of 10. Is it possible to see where exactly has the
memory been allocated & what is the value at that memory location?
I doubt if I have expressed myself lucidly.....I am asking this
question in the hope that it would help me understand reference
types.....right now, I am getting too confused after going through a
plethora of articles on reference types....
Thanks,
Ron
variable? For e.g. consider the statement
Dim myInt As Integer = 10
If I am not wrong, the memory location allocated to "myInt" would
store the value of 10. Is it possible to see where exactly has the
memory been allocated & what is the value at that memory location?
I doubt if I have expressed myself lucidly.....I am asking this
question in the hope that it would help me understand reference
types.....right now, I am getting too confused after going through a
plethora of articles on reference types....
Thanks,
Ron