下面这个数据结构中c程序疑问,请高手帮忙!!typedef struct node{char data; struct node *next;}node,*nodeptr;#define len sizeof(node)nodeptr creatlink(){nodeptr l,p,q; int i,n; char e; l=(nodeptr)m...
阅读全文
2008
10-12