-
A pointer is to point to a memory location.
是指一个内存位置的指针。
-
Add the number 1 to the value of memory location 1.
将位置1中的数字加上1。
-
The source of the appended data is a memory location.
用于追加的数据的源是一个内存地址。
-
Subtract the number 11 from the value in memory location 2.
从位置2中的数字中减去11。
-
To change the contents of memory location 0xc000000 to 0x10.
将内存位置为0xc000000上的内容更改为0x10。