首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
以下程序的输出结果是( )。 #include<stdio.h> structst {intx;int*y;)*p; intdt[4]={1,2,3,4}; structstaa[4]={2,&dt[0],3,&dt[0],4,&dt[0],5,&d
以下程序的输出结果是( )。 #include<stdio.h> structst {intx;int*y;)*p; intdt[4]={1,2,3,4}; structstaa[4]={2,&dt[0],3,&dt[0],4,&dt[0],5,&d
admin
2020-10-26
56
问题
以下程序的输出结果是( )。
#include<stdio.h>
structst
{intx;int*y;)*p;
intdt[4]={1,2,3,4};
structstaa[4]={2,&dt[0],3,&dt[0],4,&dt[0],5,&dt[0],);
main( )
{p=aa;
printf(’’%d\n’’,++(p->x));
}
选项
A、1
B、2
C、3
D、4
答案
C
解析
程序首先将指针p指向结构体数组aa的首地址,通过p->x引用了结构体数组aa[0]的第一个成员2;++(p->x)是将p->x的值加1,所以输出结果为3。
转载请注明原文地址:https://jikaoti.com/ti/bzD0FFFM
本试题收录于:
二级C语言题库NCRE全国计算机二级分类
0
二级C语言
NCRE全国计算机二级
相关试题推荐
以下叙述中错误的是()。
下列选项中,能够满足“若字符串s1等于字符串s2,则执行ST”要求的是()。【10年9月】
有以下程序:#include#includevoidfun(char*8,intml,intm2){chart,*p;p=s+ml;s=s+m2;while(8
有以下程序:#includetypedefstructstu{charname[10];chargender;intscore;}STU;voidf(STUa,STU*b){
有如下程序:#include#includemain(){chara[]="1234",*b="ABC";printf("%d,%d,%d,%d\n",strlen(a),sizeof(a),s
有以下程序:#includemain(){FILE*fp;inti,a[6]={1,2,3,4,5,6},k;fp=fopen("data.dat","w+");for(i
以下选项中不合法的标识符是()。
下列各项中不属于需求分析阶段任务的是()。
软件工程的三要素是()。
检查软件产品是否符合需求定义的过程称为()。
随机试题
A.基础培养基B.营养培养基C.鉴别培养基D.选择培养基E.厌氧培养基肉汤培养基属于()
有关血液功能的叙述,正确的是
心脏的二尖瓣附于()。
咳嗽痰多,色白易咯,心悸失眠,健忘,纳食一般,舌苔白腻,脉浮滑,治宜选
试述膳食营养评价方法和意义。
注册会计师应当确认的下列事项()不应当计入非同一控制下企业合并的合并成本。
请示的结构由()组成。
Insomecountrieswhereracialprejudiceisacute,violencehassocometobetakenforgrantedasameansofsolvingdifference
有以下程序:#includevoidfun(inta,intb){intt;t=a;a=b;b=t;}main(){intc[10]={1,2,3,4,5,
WWW,aWideandWonderfulWorldMostlargecompaniesalreadyprovideInternetconnectionstothedesktopandtheiravailabi
最新回复
(
0
)