这个怎么用printf()输出啊?具体的解答
struct Test{
int NUM;
char *pcName;
short sDate;
char cha[2];
short sBa[4];
}*p;
假设p的值为 0x10000000
请回答:
p + ox1 = 0x ?
(unsigned long)*p + 0x1 = 0x ?
(unsigned int *)p + 0x1 = 0x ?
2012-09-16 00:44
2012-09-16 01:06
2012-09-16 15:22
2012-09-16 15:39
2012-09-16 15:40
2012-09-16 16:11
2012-09-16 17:20