注意:此页面搜索的是所有试题
题目内容
(河北建筑工程学院C语言程序设计考试题)
有以下程序: int fun() {static int x=1; x *= 2; return x;} main( ) { int i,s=1 ; for(i=1 ;i<=2 ;i++) s=fun() ; printf(“%d\n ”,s) ;} 执行后的输出结果为( )。得分:4分
A.0
B.1
C.8
D.4
A.0
B.1
C.8
D.4
参考答案