Home > Back-end >  Small white just learning memory address and hexadecimal, ask a few questions naive ah
Small white just learning memory address and hexadecimal, ask a few questions naive ah

Time:12-10



The first column in this picture I know is said memory address, but the third column is what mean???????

Such as "0 x13:2019" and "0 x14: in 2020,"
Both inside the hexadecimal represent what meaning???????
Why say, one is 13, 14, one is what is the difference between the two???

Base on this study well, self-study hard ah,,,, the fog,,,,

CodePudding user response:

0 x at the beginning, says hexadecimal

CodePudding user response:

Because I don't know, what is the original problem, speculation that the second column is the variable name, the first column is the address of the variable, the third column is a variable pointing to the memory address. Content is stored inside.

CodePudding user response:

refer to the second floor liudi_jing response:
because I don't know, what is the original problem, speculation that the second column is the variable name, the first column is the address of the variable, the third column is a variable pointing to the memory address. Content is stored inside.
do you mean like string year="2019", the first column represents the third column represents 2019 year address in the address?
  • Related