学生成绩管理系统 【问题描述】 用c语言编写一个简单的学生信息管理程序,能实现对学生信息的简单管理。
学生成绩管理系统 【问题描述】 用c语言编写一个简单的学生信息管理程序,能实现对学生信息的简单管理。
日期:2010-12-30 11:23:28 人气:3
//?(???)?,写了好久的 啊
#include
#include
#define STUDENT 4//there are 4 students
void change(struct student*);
int findscore(int,struct student*);
struct student
{
int no;//学号
char name[20];//姓名
int Fox,C,English,