C pointers and the physical address

前端 未结 11 793
傲寒
傲寒 2020-12-03 15:43

I\'m just starting C. I have read about pointers in various books/tutorials and I understand the basics. But one thing I haven\'t seen explained is what are the numbers.

11条回答
  •  萌比男神i
    2020-12-03 16:40

    in this case &apointer represent the address in RAM memory of the pointer variable apointer

提交回复
热议问题