会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
bobo哥
博客园
首页
新随笔
联系
管理
订阅
2022年4月14日
c语言 结构体-按姓名排序 (上课用)
摘要: 源程序: #include <stdio.h>#include <string.h>#define N 5 struct student //数据类型{ int num; //学号 char sname[25]; //姓名 char sex[4]; //性别 int age; //年龄}; stru
阅读全文
posted @ 2022-04-14 12:36 bobo哥
阅读(1789)
评论(0)
推荐(1)
公告