[求助]期末模拟题
#include <stdio.h>
main()
{
struct {int m; int n;} s = {0x70706168, 0x79};
printf("%s", &s);
}
帮忙解释一下这段代码,3Qmain()
{
struct {int m; int n;} s = {0x70706168, 0x79};
printf("%s", &s);
}
2007-01-06 16:48
2007-01-06 16:52
2007-01-06 16:54
2007-01-06 16:58
2007-01-06 17:02

2007-01-06 17:07
2007-01-06 17:25
2007-01-06 17:31
2007-01-06 17:32
2007-01-06 17:35