再次请求大家指点
typedef union{ long i;int k[5];char c;}DATE;
struct date
{ int cat;DATE cow;double dog;}too;
DATE max;
则下列语句输出是
printf("%d".sizeof(struce date)+sizeof(max));
请各位求出结果后帮忙解释一下为什么!
2005-03-25 14:00

2005-03-25 14:06
2005-03-25 14:32
2005-03-25 14:59
2005-03-25 15:18
2005-03-25 18:10
2005-03-25 19:09
2005-03-25 19:11

2005-03-26 10:26

2005-03-26 12:27