• 2021-04-14
    有如下结构体类型和变量的定义,在C语法中如下赋值错误的是()。
    struct info{
    int no;
    double ave;
    char gender;
    char name[10];
    }stu;