(1)
struct blue
{
char x;
int
y;
}guy;
sizeof(guy) = ?
(2)
char * blue = "blueguy";
sizeof(blue) = ?
RW: 8; 4
enum 常量 只能是int 常量集合。const 常量 可以是int 常量数值,也可以是 char常量串
(3)
char * blue = malloc(100);
free(blue); //得到blue 可能不为NULL
free(blue); //危险
char * blue = mallco(100); //memory leak
blue = mallco(100);
/
const 定义常量表 、函数形参
time_t 无符号长整型 typedef result
i到 -65536 溢出 为0