填空题 若有如下程序:
main()
int x=4,y=3,x=2,t;
t=x<y<z;
printf("%d/n",t);
则程序运行后的输出结果是 【6】

  • 1、
【正确答案】 1、1    
【答案解析】