问题 填空题 以下程序运行后的输出结果是______。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); 答案 参考答案:A