在如下结构定义中,不正确的是( )。
A、struct student {
int no;
char name10];
float score;
};
B、struct stud20] {
int no;
char name10];
float score;
};
C、struct student {
int no;
char name10];
float score;
} stud20];
D、struct {
int no;
char name10];
float score;
}stud100] ;
发布时间:2025-06-12 13:11:31