学生成绩管理系统 用C语言编写
学生成绩管理系统 用C语言编写
日期:2016-07-23 21:42:54 人气:1
网上找的,给你参考:
c语言学生成绩管理系统
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
int shoudsave=0; /* */
struct student
{
char num[10];/* 学号 */
char name[20];
char sex[4];
int cgrade