- 103
- 0
- 约3.44万字
- 约 22页
- 2016-09-22 发布于重庆
- 举报
系统级编程所有选择题答案(无重复版).doc
1. Consider the following fragment of C++ source code.
String msg; unsigned int x; int y;
cin msg x y;
cout x + y;
Which of the following is (are) true regarding execution of the segment?
The input statement will always take the same amount of time to execute.
The output statement will always be executed immediately after the input statement.
If x and y are both positive, an integer greater than both will be printed.
(a) II only (b) none (c) I and II only (d) II and III only
Correct answer is (b) See section 1.1.1 of the course notes.
2. Integrated programming e
原创力文档

文档评论(0)