C++程序设计中直接定义结构体类型变量
三、直接定义结构体类型变量struct { int num; char name[20]; char sex; int age; float score; char addr[30]; }
student1, student2; `struct {成员列表}变量名列表;不出现结构体名。
8.66MB
文件大小:
评论区