有以下程序:注意:字母a的ASCIl码值为97,程序运行后的输出结果是( )。
A.d
B.go
C.god
D.good
第1题:
有以下程序(说明:字母A的ASCIl码值是65):
程序运行后的输出结果是( )。
A.BT
B.YE
C.YT
D.BY
第2题:
有以下程序:
已知字母A的ASCIl码为65,程序运行后的输出结果是( )。
A.68B.
B.69
C.E,D
D.输出无定值
第3题:
有下列程序: #include<stdi0.h> voidfun(char*s) {while(*s) {if(*s%2==(1)printf("%C",*s); s+十: } } voidmain( ) {chara[]={"good"); fun(a);printf("n"); } 注意:字母a的ASCIl码值为97,程序运行后的输出结果是( )。
A.d
B.go
C.god
D.good
第4题:
有以下程序(注:字符a的ASCIl码值为97):
程序运行后的输出结果是( )。
A.789
B.abe
C.7890
D.979899
第5题:
有下列程序:
#include<stdi0.h>
voidfun(char*s)
{while(*s)
{if(*s%2==(1)printf("%C",*s);
s+十:
}
}
voidmain( )
{chara[]={"good");
fun(a);printf("n");
}
注意:字母a的ASCIl码值为97,程序运行后的输出结果是( )。
A.d
B.go
C.god
D.good