C语言程序设计

日期:2021-05-01 01:59:44 人气:1

C语言程序设计

#include <stdio.h>
#include <malloc.h>
struct stu
{
int num;
char name[16];
char sex;
int age;
float grade;
struct stu *next;
}a[5]={{101,"zhang&quo
    A+
热门评论