关键字 sizeof
在C 语言中 sizeof( ) 不是一个函数,只是一个单目运算符 类似于 ++ --
使用sizeof 不需要包含其他头文件
其返回值得类型是 size_t typedef unsigned int size_t
用来计算某数据类型所占的字节数