第02章线性表A.pptVIP

  • 21
  • 0
  • 约1.57万字
  • 约 40页
  • 2016-12-29 发布于北京
  • 举报
* * * * * * 结构体数组 结构体数组的定义 三种形式: 形式一: struct student { int num; char name[20]; char sex; int age; }; struct student stu[2]; 形式二: struct student { int num; char name[20]; char sex; int age; }stu[2]; 形式三: struct { int num; char name[20]; char sex; int age; }stu[2]; num name sex age num name sex age stu[0] stu[1] 25B Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Asp

文档评论(0)

1亿VIP精品文档

相关文档