• 2021-04-14
    设有以下程序片段,则下面的叙述不正确的是( )
    struct student
    { int num;
    char name[10];
    float score;
    }stu;