• 2021-05-29
    有以下程序段,输出结果为()。 #include struct student {int num; char name[20]; float score; }; main() {struct student stu[5]; printf("%d",sizeof(stu)); }