正在加载图片...
例如: struct student int num: char name 10l: char sex; Int age char addr50l; int score: 3stul, stu2; 这种定义与前面的定义功能相同,都是既定义了结构体类型 Istruct student,又定义了两个结构体变量stu1与stu2。 7例如: struct student { int num; char name[10]; char sex; int age; char addr[50]; int score; }stu1,stu2; 这种定义与前面的定义功能相同,都是既定义了结构体类型struct student,又定义了两个结构体变量stu1与stu2
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有