##### 强制转换运算符 - 强制转换运算符 - 在特定情况下, 类型强制转换提供了用于显式转换对象类型的方法 - 语法 ```c ( type-name ) cast-expression // 强制转换 // (type)a 转型 a 的类型为 type ```