填空题
以下程序运行后的输出结果是______。
main()
int x,a=1,b=2,c=3,d=4;
x=(a<B)?A:B; X=(A<C)?X:C; X=(D>x)?x:d;
printf("%d/n",x);
1、
【正确答案】
1、1
【答案解析】
提交答案
关闭