- 博客(1)
- 收藏
- 关注
原创 C语言结构体指针综合练习
@C语言结构体、数组、指针综合练习#include <stdio.h>#include <string.h>/定义学生实体/struct students {char id[20];char name[20];float Chinese;float math;float English;};/* 函数声明input函数用结构体实...
2020-03-29 14:15:24
832
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅