学生信息管理系统 核心内容: 1、学生信息管理系统C语言版:# include <stdio.h># include <malloc.h># include <string.h>struct Student{ int age; float score; char name[100];};void inputdata(Student * arr,int len)//无论是赋值还是输出数 C 2023-12-13 53 点赞 0 评论 80 浏览