云里雾里的sizeof(结构体)
云里雾里的sizeof(结构体)
日期:2021-07-18 00:14:44 人气:1
回答的好你给我多加分:
struct{
long a;
char b;
short c;
char d;
}y;
在y里面:
我写了这么一个代码:
struct y temp;
printf("%d\n%d\n%d\n%d\n",&temp.a,&temp.b,&temp.c,&te
struct{
long a;
char b;
short c;
char d;
}y;
在y里面:
我写了这么一个代码:
struct y temp;
printf("%d\n%d\n%d\n%d\n",&temp.a,&temp.b,&temp.c,&te