How do I actually remember the address pointed by pointer?

前端 未结 0 509
不思量自难忘°
不思量自难忘° 2021-02-03 15:29

Working with linked lists, I am doing the following:

struct Node* head, tail, temp;

where Node is a structure for linked list, head points to first el

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