以下程序段运行后的输出结果是()。chars[]=”rstuv”;printf(“%c”,*s+2);
A: 出错
B: 字符t的ASCII值
C: tuv
D: t
A: 出错
B: 字符t的ASCII值
C: tuv
D: t
举一反三
- 有以下程序 # include<stdio .h> main() { char s[」=”rstuv"; printf(”%c\n”,*s+2); } 程序运行后的输出结果是
- 以下程序段运行后输出结果是( )。 chars[]="info\0mis"; printf("%d
- 以下程序段的输出结果是chars[]="\\141\141abc\t";printf("%d\n",strlen(s)); A: A.9 B: B.12 C: C.13 D: D.14
- 以下程序段运行后输出结果是( )。chars[]="info\0mis";printf("%d",strlen(s)); A: 4 B: 5 C: 8 D: 9
- 数字字符0的ASCII值为48,若有以下程序main(){ ...t;,b-a);}程序运行后的输出结果是