问题详情
若已经定义int a=25,b=14,c=19;,以下三目运算符(:)所构成的语句的执行结果是a++<=2&&b--<=2&&c++?printf("***a=%d,b=%d,c=%d ",a,b,c):printf("a=%d,b=%d,c=% d ",a,b,c);