- 博客(1)
- 收藏
- 关注
原创 创建链表,结构体组成结点构建方法;过程出现错误,探索.
struct ex{int a;struct ex *next}; int main() { struct ex *head=NULL,*p1=NULL,*p2=NULL,*p3=NULL; int a=1,b=2,c=3; head=(struct ex *)malloc(sizeof(struct ex)); p1=(struct ex *)malloc(siz...
2019-06-17 14:36:42
141
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅