x));printf("%d\n",++(p->y));" />
有以下程序#include 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));
首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
x));printf("%d\n",++(p->y));">有以下程序#include 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));
有以下程序#include 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));
admin
2019-05-17
27
问题
有以下程序#include 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));}
程序运行后的输出结果是
选项
A、4,1
B、2,3
C、3,4
D、1,2
答案
B
解析
在题目中定义了结构体ord类型的数组变量dt,并对其赋初值。在程序中定义了指向结构体ord类型的指针变量p,并且它指向变量数组dt的第一个元素dt[0],所以此时成员变量p->x的值等于1,成员变量p->y的值等于2,在输出时分别加1,所以输出结果为选项B。
转载请注明原文地址:https://kaotiyun.com/show/TPRp777K
本试题收录于:
二级C语言题库NCRE全国计算机二级分类
0
二级C语言
NCRE全国计算机二级
相关试题推荐
以下叙述中正确的是
以下关于C语言的叙述中正确的是
有以下程序main(){inti=1;i=i^i;printf("%d\n",i);}程序运行后的输出结果是
若变量已正确定义,则以下语句的输出结果是s=32;s^=32;printf("%d",s);
有以下程序main(){unsignedchara=8,c;c=a>>3;printf("%d\n",c);}程序运行后的输出结果是
以下叙述中错误的是
以下结构体说明和变量定义中,正确的是
若有以下程序#includemain(){inta=-11,b=10;a/=b/=-4:printf("%d%d\n",a,b);}则程序的输出结果是
以下叙述正确的是
若有以下程序#includechar宰a="you",b[]="welcome#you#to#China!";main(){intij=0;char*p;for(i=0;b[i]!=’\0’;i++){if(
随机试题
DoyouknowwhyJohndidn’t______atthepartyyesterdayevening?
肠重复畸形与依附肠管不共用的组织为
下列可作为采购费用分配依据的有()。
关于CRT,下列说法中正确的是()。
在Word表格中,如要使用SUM(Above)公式进行计算,当()时可得到正确结果。
A、2B、8C、9D、13C左上右下两数的积减去左下右上两数的和得中间的数,问号处为:3×6-(7+2)=9,故选C。
简述合作学习的要点。
清末修律过程中,礼教派的代表人物有()。
ThescientificinterestofAmericanhistorycenteredinnationalcharacterandintheworkingsofasocietydestinedtobecomev
Hardlyhadhefinishedhisspeech______theaudiencestartedcheering.
最新回复
(
0
)