A.32
B.502
C.22
D.2,50
[单选题]数字字符0的ASCⅡ值为48,若有以下程序: main() { char a='1',b='2'; printf("%c,",b++); printf("%d/n",b-A); } 程序运行后的输出结果是( )。A.3,2B.50,2C.2,2D.2,50
[单选题]数字字符0的ASCII值为48,若有以下程序 main() { char a='1',b='2'; printf("%c,",b++); printf("%d/n",b-A) ; } 程序运行后的输出结果是A.3,2B.50,2C.2,2D.2,50
[单选题]数字字符0的ASCII值为48,若有以下程序: main() { char a='1',b='2'; printf("%c,",b++); printf("%d/n",b-a); } 程序运行后的输出结果是 ______。A.3,2B.50,2C.2,2D.2,50
[单选题]数字字符0的ASCII值为48,若有以下程序 main(){ char a='1',b='2'; printf("%c,", b++); printf("%d/n", b-A) ;} 程序运行后的输出结果是A.3,2B.50,2C.2,2D.2,50
[主观题](C语言)数字字符0的ASCII值为48,若有以下程序main(){char a='1',b='2';printf("%c,",b++);printf("%d/n",b-a);}程序运行的输出结果是A.3,2B、50,2C、2,2D、2,50
[单选题]以下程序的输出结果是( )。 main() char a[10]={'1','2','3','4','5','6','7','8','9','/0'),*p; { int i; i=8; p=a+i; printf("%s/n",p-3); }A.6B.6789C.'6'D.789
[单选题]有以下程序: include main() {char c1='1',c2='2'; c1=getchar();c2有以下程序: #include <stdio.h> main() {char c1='1',c2='2'; c1=getchar();c2=getchar();putchar(c1);putchar(c2); } 当运行时输入a<回车>后,以下叙述正确的是 ______。A.变量c1被赋予字符a,c2被赋予回车符B.程序将等待用户输入第2个字符C.变量c1被赋予字
[单选题]有以下程序:includemain(){char cl='1',c2='2';cl=getchar();c2=getchar();putchar(c1有以下程序: #include<stdio.h> main() { char cl='1',c2='2'; cl=getchar();c2=getchar();putchar(c1);putchar(c2); } 当运行时输入:a<回车>后,以下叙述正确的是( )。A.变量c1被赋予字符a,c2被赋予回车符B.程序将等待用户输入第2
[单选题]有以下程序: includemain(){char c1='1',c2='2';c1=getchar();c2=getchar();putchar(c有以下程序: # include<stdio.h> main() {char c1='1',c2='2'; c1=getchar();c2=getchar();putchar(c1);putchar (c2); } 当运行时输入:a<回车>后,以下叙述正确的是 ______。A.变量c1被赋予字符a,c2被赋予回车符B.程序将等待用
[单选题]数字字符0的ASCII值为48,运行以下程序的输出结果是( )。main( char a=1,b=2;printf("%C,&quo数字字符0的ASCII值为48,运行以下程序的输出结果是( )。main( char a=1,b=2;printf("%C,",b++);printf("%d\n",b—a);}A.3,2B.50,2C.2,2D.2,50