赞题库-背景图
单项选择题

有如下程序: 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)