题目内容
(请给出正确答案)
执行下列程序后,其输出结果是( )。#includevoidsubfun( );main( ){subfun( );subfun( );}voidsubfun( ){staticintx=1;x++;printf(“%d”,x);}
A.1 2
B.1 3
C.2 2
D.2 3
如搜索结果不匹配,请 联系老师 获取答案
