Linux下

sizeof(int);int 4字节

sizeof(char);字符1字节

char * p="12345";

sizeof(p);指针占4字节

Logo

更多推荐