三种程序结构ifswitch枚举结构体与联合体结构体内存布局缺省对齐原则循环 while, do while, for函数指向函数的指针与返回指针的函数命名空间内联函数(inline) 三种程序结构 if switch 枚举 结构体与联合体 结构体内存布局 缺省对齐原则内存紧凑的方式进行 循环 while, do while, for 函数 指向函数的指针与返回指针的函数这种指向函数的指针为回调函数 命名空间 namespace student{ int test(int a){ return 1; }}int student::test(1) 内联函数(inline)