有以下程序
程序运行后的输出结果是( )
A.3,5,3,5
B.3,5,5,3
C.5,3,3,5
D.5,3,5,3
第1题:
有以下程序:运行后的输出结果是( )。
A.Mtemoon
B.Aftemoon
C.Morning
D.orning
第2题:
有以下程序
程序运行后的输出结果是( )。
A.程序错无输出结果
B.31.5
C.7.5
D.14.0
第3题:
有下列程序:
#include<stdi0.h>
voidfun(int*a,int*b)
{int*C;
c=a;a=b;b=C;
}
voidmain( )
{intx=3,y=5,*p=&x,*q=&y;
fun(p,q);printf("%d,%d,",*P,*q);
fun(&x,&y);printf("%d,%d\n",*P,*q)
}
程序运行后的输出结果是( )。
A.3,5,5,3
B.3,5,3,5
C.5,3,3,5
D.5,3,5,3
第4题:
有以下程序:
程序运行后的输出结果是( )。
A.11,12
B.12,13
C.13,14
D.14,11
第5题:
有以下程序:
程序运行后的输出结果是( )。