结果是2,3;求解释!

[复制链接]
查看11 | 回复1 | 2011-3-24 11:33:41 | 显示全部楼层 |阅读模式
#include stdio.h
struct ord
{
int x,y;
} dt[2]={1,2,3,4};
main()
{
struct ord *p=dt;
printf(\"%d\",p-x);

printf(\"%d\\n\",p-y);
}
回复

使用道具 举报

千问 | 2011-3-24 11:33:41 | 显示全部楼层
<pre id=\"best-answer-content\" class=\"reply-text mb10\">#include stdio.h
struct ord
{
int x,y;
} dt[2]={1,2,3,4};
main()
{
struct ord *p=dt;
printf(\"%d\",p-x);//p-x即dt[0].x,dt[0].x的值为1,加1为2

printf(\"%d\\n\",p-y);//p-y即dt[0].y,dt[0].y的值为2,加1为3

}
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行