网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下述程序的输出结果是( )。
A)2,2
B)1,1
C)3,4
D)1,2
参考答案
更多 “ 下述程序的输出结果是( )。A)2,2B)1,1C)3,4D)1,2 ” 相关考题
考题
下述程序的输出结果是()。includevoid main(){int a[5]={1,2,3,4,5};int *p=a,**q=p
下述程序的输出结果是( )。 #include<stdio.h> void main() {int a[5]={1,2,3,4,5}; int *p=a,**q=&p; printf("%d,",*(p++)); printf("%d",**q);}A.2,2B.1,1C.3,4D.1,2
考题
以下哪个关系不具有反对称性 ()A.{(1,2), (2,3), (3,2)}B.{(1,1), (2,2)}C.{(1,1), (1,2)}D.{(1,2), (2,3), (3,4), (4,1)}
考题
2、以下哪个关系不具有反对称性 ()A.{(1,2), (2,3), (3,2)}B.{(1,1), (2,2)}C.{(1,1), (1,2)}D.{(1,2), (2,3), (3,4), (4,1)}
考题
以下程序运行后的输出结果是___。 main() { int a=1,b=2; a=a+b; b=a-b; a=a-b; printf("%d,%dn",a,b); }A.1,2B.1,1C.2,2D.2,1
考题
以下Python代码的输出结果是: x,y=1,2 x,y=y,x print(y,x)A.1,1B.2,2C.2,1D.1,2
热门标签
最新试卷