有以下程序:程序的运行结果是( )。A.10,1B.20,1C.10,2D.20,2

有以下程序:程序的运行结果是( )。

A.10,1

B.20,1

C.10,2

D.20,2


相关考题:

有下列程序:#includestdi0.hstructst{intx,Y,date[2]={1,10,2,20};voidmain( ){structst*p=date;printf(%d,,p-y);printf(%d\n,(++p)-x);}程序的运行结果是( )。A.10,1B.20,1C.10,2D.20,2

有以下程序main() { int a,b,d=5; a=d*10%8; b=a(-1); printf("%d,%d\n",a,b);}程序运行后的输出结果是A.10,1 B.2,1 C.10,0 D.2,0

有以下程序 include struct st { int x,y;} data[2]={1,10,2,20}; main( 有以下程序 #include <stdio.h> struct st { int x,y;} data[2]={1,10,2,20}; main() { struct st *p=data; printf("%d,",p->y); printf("%d\n",(++p)->x); } 程序的运行结果是______。A.10,1B.20,1C.10,2D.20,2

有以下程序: 程序运行后的输出结果是( )。 A.3,3,3B.2,2,3C.1,2,3 有以下程序:程序运行后的输出结果是( )。A.3,3,3B.2,2,3C.1,2,3D.1,l,3

有以下程序程序运行后的输出结果是( )。A.10,l4B.8,11C.7,llD.9,l8

有以下程序:在VC 6.0平台上编译运行,程序运行后的输出结果是( )。A.10,6B.4,4C.2,4D.4。8

有以下程序:程序运行后的输出结果是( )。A.10,64B.10,10C.64,10D.64,64

有以下程序程序运行后的输出结果是( )。A.10,64B.10,l0C.64,l0D.64,64

有下列程序: #includestdi0.h structst {intx,Y,date[2]={1,10,2,20}; voidmain( ) {structst*p=date; printf("%d,",p-y);printf("%d\n",(++p) -x); } 程序的运行结果是( )。A.10,1B.20,1C.10,2D.20,2