麻烦帮忙看一下这个题的答案,最好是能解释下原因,谢谢啦~couzi凑字
C, stutype 只是变量,相当于:
stutype
struct stu { int a; float b; }; int main(void) { stu stutype; return 0; }
c吧那个是结构体变量