通讯录管理系统实验报告
一份关于通讯录完整报告LinkListCreateList(void){LinkListhead=(ListNode*)malloc(sizeof(ListNode));ListNode*p,*rear;intflag=0;rear=head;while(flag==0){p=(ListNode*)malloc(sizeof(ListNode));printf("编号(4)姓名(8)性别电话(11)地址(31)\n");printf("-------------------------------------\n");scanf("%s
下载地址
用户评论
好用 资源号