链表的创建、插入、打印、删除C语言执行
摘要:
#include<stdio.h> #include<string.h> #include<stdlib.h> struct Student{ char cName[20]; int iNumber; struct Student* pNext; }; int iCount = 0; //创建链表 阅读全文
posted @ 2023-07-18 14:53 笛若心生 阅读(115) 评论(0) 推荐(0)
浙公网安备 33010602011771号