yexuannan

1、struct 是8字节对齐

2、char * a, sizeof(a)=4;

char a[]="abcdefg";sizeof(a)=8;

3、内存对其齐

 

分类:

技术点:

相关文章: