C创建链表 [英] C create linked list

查看:66
本文介绍了C创建链表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要创建一个大小= N

的链表,每个结构指向用户将进入的下一个sruct,并且第一个结构由常量指针头指向。


TNX .............

i need to create a linked lists in size =N
each struct pointing to the next sruct the user will enter and the first struct pointed by constant pointer head.

TNX .............

展开 | 选择 | Wrap | 行号

推荐答案

你的问题是什么?


亲切的问候,


Jos
And what is your question?

kind regards,

Jos


怎么做,我应该添加什么代码?


tnx ....
how to do it , what i should add to the code ?

tnx....


链接列表中的每个节点都包含两部分:有用于连接节点的链接;并且存在节点的主体或有效载荷。列表正文中有什么内容?


请告诉我一些关于链表的知识?
Each node in a linked list consists of two parts: there are the links used to connect the nodes together; and there is the body or payload of the node. What goes in the body of your list?

Please tell me a little of what you''ve already learned about linked lists?


这篇关于C创建链表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆