A.0摘要: A.0 B.1 C.4 D.8参考答案:……...
B.1
C.4
D.8
参考答案:……
版权声明:除特别声明外,本站所有文章皆是来自互联网,如有侵权或违规请联系客服删除!
有如下程序:
#include
int fun() {
static int x = 0;
x += 2;
return x;
}
int main() {
int i, s = 1;
for(i = 1; i <= 2; i++) s = fun();
printf("%d\n", s);
}
该程序的输出结果为( )。
A.0摘要: A.0 B.1 C.4 D.8参考答案:……...
用微信“扫一扫”