Address of the array vs. address of array[0]- Python

前端 未结 0 367
暖寄归人
暖寄归人 2021-02-05 15:12

In C++ the address of the first element in an array/list is the same as the address of array itself, in the memory. However, when I try the "ID" function in Python to

相关标签:
回答
  • 消灭零回复
提交回复
热议问题