首页
软考题库
知识库
APP
注册/登录
题目
对于某C程序中的如下语句,( )。
int t=0;
if(0<t
<5
)printf("true");
else
printf("false");
作答
运行时输出true
编译时报告错误
运行时输出false
运行时报告异常
答案/解析
查看试卷及答案