首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有以下程序: #include main() { int i,j,k,a=5,b=6; i=(a==b)?++a:一一b; j=a++;k=b; printf(“%d,%d,%d\n”,i,j,k); } 程序的运行结果
有以下程序: #include main() { int i,j,k,a=5,b=6; i=(a==b)?++a:一一b; j=a++;k=b; printf(“%d,%d,%d\n”,i,j,k); } 程序的运行结果
admin
2019-05-17
24
问题
有以下程序:
#include
main()
{
int i,j,k,a=5,b=6;
i=(a==b)?++a:一一b;
j=a++;k=b;
printf(“%d,%d,%d\n”,i,j,k);
}
程序的运行结果是( )。
选项
A、7,6,5
B、5,5,5
C、7,5,5
D、5,6,5
答案
B
解析
i=(a==b)?++a:一一b;中先执行a::b,为否,根据三元运算符语法规则,执行一一b,此时b为5,赋给i,i.5;j=a++,将a:5先赋给j,再进行a++,k=b=5,故最后输出的是5,5,5。
转载请注明原文地址:https://kaotiyun.com/show/wDRp777K
本试题收录于:
二级C语言题库NCRE全国计算机二级分类
0
二级C语言
NCRE全国计算机二级
相关试题推荐
以下叙述中正确的是
有以下程序#includemain(){intx=1,y=0,a=0,b:0;switch(x){case1:switch(Y){case0:a++;break;case1:b++;break;}case2:a++;b++;brea
在一个C源程序文件中所定义的全局变量,其作用域为
以下叙述中正确的是.
以下能正确定义字符串的语句是
设有定义charstr[]=’’Hello’’;则语句printf(’’%d%d’’,sizeof(str),strlen(str));的输出结果是
以下叙述中正确的是
若实体A和B是一对多的联系,实体B和C是一对一的联系,则实体A和C的联系是()。
在E-R图中,用来表示实体联系的图形是( )。
以下不能用于描述算法的是
随机试题
A.意识障碍伴发热B.意识障碍伴瞳孔散大C.意识障碍伴瞳孔缩小D.意识障碍伴高血压E.意识障碍伴低血压氰化物中毒可见
A.肝细胞灶状坏B.肝细胞碎片坏死C.肝细胞桥接坏D.肝细胞大片坏死E.肝细胞亚大片坏死急性重型肝炎的病理特点是
妊娠期妇女口腔预防的重点是
Excerpt1Theprocessofvaccinationallowsthepatient’sbodytodevelopimmunitytothevirusordiseasesothat,ifitis
Oneofthegreatachievementsofmoderntimesisthatwehavemadesocietymorefair.Sixtyyearsago,theupperclassesweredo
Mrs,WhitewasmovedoutofheroldhousemainlybecauseWhydidherfriendsandneighboursstopseeingherafterafewmonths?
HowoldisTommy?
WheretheGalapagosIslandslietoday,therewasonceanunbrokenexpanseofPacific.Thentheseabegantoseetheandsimmer,t
Asgoodofficesecretary,MarySmithknowsthatallphone【S1】______.callsmustbeansweredpromptlyandhandledeffic
Longbusridesareliketelevisionshows.Theyhaveabeginning,amiddle,andanend-withcommercialsthrownineverythreeorfou
最新回复
(
0
)