Indexing the memory of a double pointer in C

前端 未结 0 1838
误落风尘
误落风尘 2021-01-19 20:45

In the piece of code below, what does the line: p[1]=p[0] entail? Does that mean that the data allocated to the p[0] is in the same address as p[1]? Also how is it even poss

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