单项选择题
有如下程序: intx=3; do{x一=2: count<
A.1
B.30
C.1-2
D.死循环
<上一题
目录
下一题>
点击查看答案&解析
打开小程序,免费文字、语音、拍照搜题找答案
热门
试题
单项选择题
以下不正确的是( )。
A.语句for(i=0;;i++)表示无限循环
B.for(;;)表示无限循环
C.for()表示无限循环
D.while(1)表示无限循环
点击查看答案&解析
单项选择题
下列重载函数中,正确的是( )。
A.void fun(int a,float b);void fun(int C,foat d)
B.void fun(int a,float b);void fun(float a,int b)
C.float fun(int a,float b);int fun(int b,float a);
D.int fun(int a,hat b);float fun(int a,int b)
点击查看答案&解析