It was raining hard,but by the time the class was over,the rain .
A. had stopped
B. was stopping
C. stopped
D. would stop
查看答案
阅读别人写的文档可以学习文档写作经验有()。
A. 文档的组织方式
B. 常见情景的处理
C. 容易出错的地方
D. 以上都是
编写软件需求规格说明书必须采用标准模板。
A. 对
B. 错
执行以下程序段后,输出结果是______。int a=1; if (!a) printf("YES"); else printf("NO");
A. NO
B. YES
C. YESNO
D. 提示运行错误
下列程序段输出的结果是______。int x=5;if(x=4) printf("TRUE");else printf("FALSE");
A. TRUEFALSE
B. FALSETRUE
C. TRUE
D. FALSE