正在加载图片...
下面以前面定义的 Score结构类型为例来加以 说明。 先定义结构类型,再定乂结构变量。如: struct score int no char name 20 int english Int computer int clang struct score stul stu2 定义了两个变量stu和stu2为 score结构类型。下面以前面定义的score结构类型为例来加以 说明。 1、先定义结构类型,再定义结构变量。如: struct score { int no; char name[20]; int english; int computer; int clang; }; struct score stu1,stu2; 定义了两个变量stu1和stu2为score结构类型
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有