网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下述程序的输出结果是( )。
A)1
B)7
C)3
D)2
参考答案
更多 “ 下述程序的输出结果是( )。A)1B)7C)3D)2 ” 相关考题
考题
有以下程序main(){ int a=1,b=3,c=5;int *p1=a, *p2=b, *p=c;*p =*p1*(*p2);printf("%d\n",c);}执行后的输出结果是A)1B)2C)3D)4
考题
有以下程序#include stdio.hint fun(int a,int b){ if(b==0) return a;else return(fun(--a,--b));}main(){ printf("%d\n", fun(4,2));}程序的运行结果是A)1B)2C)3D)4
考题
下述程序的输出结果是()。includevoid main(){char a=3,b=1;char c=a^b
下述程序的输出结果是( )。 #include<stdio.h> void main() {char a=3,b=1; char c=a^b<<2; printf("%d",C; }A.1B.7C.3D.2
考题
下面程序:#include“stdio.h“#includestdlib.hfut(int**s,intp[2][3]){**s=p[1][1];}voidmain(){inta[2][3]={1,3,5,7,9,11},*p;p=(int*)malloc(sizeof(int));fut(printf(“%d\n“,*p);getch();}输出结果是()A、1B、7C、9D、11
考题
下面程序的输出结果是( )。A)0B)2C)3D)不确定的值
热门标签
最新试卷