问题
-
现有如下程序段 include"stdio.h" main() {intk[30]={12,324,45,6,768,98,21,34,453,45
-
现有如下程序段 include"stdio.h" main() {inta[5][6]={23,3,65,21,6,78,28,5,67,25,4
-
有如下程序段int*p a=10 b=1;p=&a;a=*p+b;执行该程序段后 a的值为______。A.12B.11C.10D.编译
-
有如下程序段:int*p a=10 b=1;p=&a; a= *p+b;执行该程序段后 a的值为()。A.12B.11C.10D.编译
-
有如下程序段int*p a=10 b=1;p=&a;a=*p+b;执行该程序段后 a的值为A.12B.11C.10D.编译出错
-
现有如下程序段 #include stdio.h main() { int k[30]={12 324 45 6 768 98 21 34 453 456}; i