Suppose I do a
double d = 234.5;
I want to see the memory contents of d [the whole 8 bytes]
d
How do I do that?
using your friendly debugger is the best way to see the value of the memory location, that is if u just want to see.