数据结构学习笔记1

(1) typedef   起别名             (2) struct  C++中定义一个结构体类型                (3) typedef struct  C中定义一个结构体类型: typedef struct Student  // Student可省略     {     int a;     }Stu;  //这里Stu相当于struct Student (4) S
相关文章
相关标签/搜索