正在加载图片...
《程序设计》cs.sjtu2005.9 结构体类型的定义 定义结构体类型中包括哪些分量 格式: 如: struct结构体类型名{ struct studentT char no[10]; 字段声明; char name[10]; int chinese; int math; int english; ; 程序设计-9《程序设计》 cs.sjtu 2005.9 程序设计 - 9 v 定义结构体类型中包括哪些分量 v 格式: struct 结构体类型名{ 字段声明; }; 如: struct studentT { char no[10]; char name[10]; int chinese; int math; int english; };
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有