单项选择题
下列程序的输出结果是 #include "stdio.h" #define M(x,y) x%y main( ) { int a,m=12,n=100; a=M(n,m); printf("%d\n",a--);} A)2 B)3 C)4 D)5
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
下面各选项中,均是C语言合法标识符的选项组是
A.33 we auto
B._23 me _3ew
C._43 3e_ else
D.ER -DF 32
点击查看答案&解析
单项选择题
假设线性表的长度为n,则在最坏情况下,冒泡排序需要的比较次数为
A.log
2
n
B.n
2
C.O(n
1.5
)
D.n(n-1)/2
点击查看答案&解析
相关试题
有下面程序段 #include stdio.h #inc...
有以下程序 #include <stdio.h> voi...
有以下程序 #include <stdio.h> int...
有以下程序 #include <stdio.h> voi...
有以下程序 #include <stdio.h> #i...