有以下程序:
执行后输出结果是( )。
A.n,tuesday
B.d,monday
C.U,monday
D.0,wednesday
第1题:
有以下程序

程序执行后输出结果是( )。
A.5.OO
B.5
C.5.2l
D.0.0
第2题:
有以下程序:


程序执行后的输出结果是( )。
A.Prphsbn
B.Prohsbn
C.Progsbn
D.Program
第3题:
有以下程序
main()
{char *s[]={"one","two","three"},*p;
p=s[1];
printf("%c,%s\n",*(p+1),s[0]);
}
执行后输出结果是
A.n,two
B.t,one
C.w,one
D.O,two
第4题:
有以下程序

程序执行后的输出结果是( )。
A.Prohsbn
B.Prphsbn
C.Progsbn
D.Program
第5题:
有以下程序: main() { char *S[]={"one","two","three"},*p; p=s[1]; printf("%c,%s\n", *(p+1), s[0]); } 执行后输出结果是( )。
A.n,two
B.t,one
C.w,one
D.o,two