附源代码 #include #include typedef struct node { int data; struct node *next; }LinkList; //创建一个链表含有头结点 LinkList *create(LinkList *head) { LinkList *p*q; int key; q=head; printf"请输入节点元