C语言的指针结构体数组问题

日期:2021-06-11 15:17:34 人气:1

C语言的指针结构体数组问题

#include <stdio.h>
#include <string.h>
struct stu{
int num;
char name[20];
char sex;
float score;
}boy[5]={{101,"li ping",'m
    A+
热门评论