特牛生活网

C语言学生信息管理系统源代码_学生信息管理系统c语言-CSDN博客

网友收藏
大学C语言实训课学习到的一段源代码,C语言学生信息管理系统。#include<stdio.h>#include<conio.h>#include<stdlib.h>#include<string.h>struct stu_inf//学生信息结构体定义{ int age,year,month; long int number; char name[10],sex[4],tel[15],email[30],address[50]; str_学生信息管理系统c语言