?struct student {int num; char name[10]; char tele[30]; char add[30]; }stu[N]; 其中stu[N] 是啥意思

前面没?号
2024-12-02 15:17:00
推荐回答(1个)
回答1:

定义N个结构体为student的变量