为什么d选项是错的呢
我每次定义结构体都是这样的 编译器也没报错 这是为什么呢 麻烦各位看看!谢谢了
struct AA { int num; char s[]; }; struct AA stu;
收起
题目里的struct后面没有AA啊
报告相同问题?