C语言有很多不懂 如下这题:

日期:2021-05-24 04:18:36 人气:1

C语言有很多不懂 如下这题:

#include<stdio.h>
struct student
{ int num;
char name[20]; //这里改为字符数组。
char sex;
float score[2];
} stu[5]={{101,"Li ping",'M',45,67}, {102,"Zhang ping",'M',62.5,76}
    A+
热门评论