C语言编程?学生成绩查询系统!紧急!!!
C语言编程?学生成绩查询系统!紧急!!!
日期:2016-09-17 19:06:58 人气:1
这个是我自己做的类式的,你可以按自己的要求改下?不难的和你的差不多,给分哦
#include
#include
#include
#include
#define N 10
/*****定义结构体*****/
typedef struct students /*标记为students*/
{
char num[10]; /*学生学号*/
char name[10]; /*学生姓名*/
int a