408 &运算符与*运算符互为逆运算 int i = 5; if (i == *(&i)) 函数声明 extern 说明符 函数必须先声明,后使用 t->age 等同于(*t).age typedef 为某个类型起名 const 只读