网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
25、执行语句putchar('B'+32);后,屏幕上输出的结果是 。
参考答案和解析
错误
更多 “25、执行语句putchar('B'+32);后,屏幕上输出的结果是 。” 相关考题
考题
以下程序运行后的输出结果是【10】。includestdio.hmain(){ char a;for(a=0;a15;a+=5){putchar(a+'A');}printf("\n");}
考题
以下语句段执行后的输出结果是()。includemain(){int k=3;if(k)printf("")elseprint
以下语句段执行后的输出结果是( )。 #include<stdio.h> main() {int k=3; if(k) printf("###") else printf("");}A.###B.C.###D.有语法错误,不能执行
考题
若有以下变量定义和函数调用语句: int a=25; print_value(a); 则执行下面函数后正确的输出结果是( )。 void print_value(int*x) { cout<<++*x<<endl; }A.23B.24C.25D.26
考题
执行下面的程序时,输入abc(其中CR代表回车),输出结果是()。includeinclude
执行下面的程序时,输入abc<CR>(其中CR代表回车),输出结果是( )。 #include<stdio.h> #include <string.h> main() { char ch; while((cn=getchar())!='n') { switch(ch-'a') { case 0: putchar(ch+1); case 1:putchar(ch+1);break; case 2:putchar(ch+2); caSe 3:putchar(ch+2);break; } } }A.abcB.bbcC.abcdD.bbcee
考题
有如下用户定义类型及操作语句:Type TeacherTNo As StringTName AS StrxngIAge As IntegerEnd TypeDim Tea AS TeacherWith Tea.TNO="20080001".TName="张三".IAge=32End With执行MsgBox Tea.TNaiqle后,消息框的输出结果是______。
考题
若程序执行时的输入数据是"2473",则下述程序的输出结果是includevoid main(){int cs;w
若程序执行时的输入数据是"2473",则下述程序的输出结果是 #include<stdio.h> void main() { int cs; while((cs=getchar())!=,'\n') {switch(cs='2') { case0 case 1:putchar(cs+4); case 2:putchar(cs+4); break; case 3:putchar(cs+3);default:putchar(cs+2);}}}A.668977B.668966C.6677877D.6688766
考题
若程序执行时的输入数据是"2473",则下述程序的输出结果是#includestdio.hvoid main(){ int cs;while((cs=getchar())!=; '\n'){switch(cs-'2'){ case 0case 1: putchar(cs+4);case 2: putchar(cs+4);break;case 3: putchar(cs+3); default: putchar(cs+2); } } }A.668977B.668966C.6677877D.6688766
考题
单选题有以下程序:
#include
main()
{
if('\0'==0)putchar('1');
if('0'==0)putchar('2');
if('a''b')putchar('3');
}
程序运行后的输出结果是( )。A
1B
123C
23D
3
考题
单选题有以下程序:
#include
mian()
{
charc;
for(;(c=getchar())!='#';)putchar(++c);
}
执行时如输入为:abcdefg##回车,则输出结果是( )。A
abcdefgB
bcdefgh$C
bcdefgh$$D
bcdefgh
考题
单选题有如下程序#include main() { if('\0'== 0)putchar('X'); if('0'== 0)putchar('Y'); if('a''b')putchar('Z'); printf();}程序运行后的输出结果是( )。A
XB
XYZC
YZD
Y
热门标签
最新试卷