未知题型

A.10,20
B.10,10
C.20,20
【参考答案】

C
解析:指针变量p先是指向变量a,后指向变量b,但二级指针变量始终指向指针变量p。

相关考题

未知题型 下列程序段的执行结果是______。 int i; int x[][3]=}1,2,3,4,5,6,7,8,9}; for(i=0;i<3;i++) printf('%d',x[i][2-i]);A.1 59B.1 4 7C.3 5 7D.3 6 9

单项选择题 将十进制数75.25转换成十六进制数为(   )

单项选择题 设随机事件A, B, C相互独立,且P(A) = P(B) = P(C) = 0.5,则P(AC|A∪B) =(   ). A.B.C.D.

单项选择题 もし明日天気が___、来なくてもいいです。A、悪くて B、悪くても C、悪ければ D、悪くも

单项选择题 20.下列叙述中,错误的是( )。 A. 把数据从内存传输到硬盘叫写盘 B. WPS Office 2003属于系统软件 C. 把源程序转换为机器语言的目标程序的过程叫编译 D. 在计算机内部,数据的传输、存储和处理都使用二进制编码

未知题型 分析下面的程序 main() { int*p1,*p2,*p; int x=4,y=6; p1=&x;p2=&y; if(x<y) {p=p1;p1=p2;p2=p; } printf('%d,%d,',*p1,*p2); printf('%d,%d/n',x,y); } 程序的输出结果为_______。D.6,4,6,4

未知题型 下列程序的输出结果是______。 int m=10; int fun(int a,int B) { int m=2; return(a*b-m); } main() { int x=7,y=5; printf('%d/n',fun(x,y)%m); }D.3

未知题型 以下程序的输出结果是______。 fun(int**p,int a[2][3]) {**p=a[1][2]; } main() { int a[2][3]=}1,3,5,7,9,11},*p; p=(int*)malloc(sizeof(int)); fun(&p,a) ; printf('%d/n',*p); }D.11

未知题型 下列程序的输出结果是______。 char*fun(char*str,int n) { int i; char*p=str; for(i=0;i<10;i++,str++) *str='a'+i; return++p; } main() { char a[10]; printf('%s/n',fun(a,10)); }D.不确定的值

单项选择题 Directions: Each sentence has a word or phrase underlined. There are four words or phrase beneath each sentence. Choose the one word or phrase which would best keep the meaning of the original sentence if it were substituted for the underlined part. (每题10分,共10题) 1. While some economists predict continued recovery in the future, Baily says the only certainty is that banks are unlikely to make the same mistakes - twice. "You know, forecasting's become a very hazardous business, so I don't want to commit myself too much. I don't think we know exactly what's going to happen but it's certainly possible that we could get very slow growth over the next year or two.” (CET6-2016.6) A. do something illegal or bad B. decide to use the money or resources for a particular purpose C. do not want to say what you really think about it or what you are going to do D. decide that you want to have a long-term relationship with someone