题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2023-10-22 00:53:55

[单项选择]有以下程序:
# include <stdio.h>
main( )
char a='H';
a=(a>='A' && a<='Z')(a-'A'+'a'): a;
printf("%c/n",a);

程序运行后的输出结果是( )。


A. A
B. a
C. H
D. h

更多"有以下程序: # include <stdio.h> main( "的相关试题:

[单项选择]以下程序运行后的输出结果是
#include
#include
main( )
char str[][20]='One * World", "One * Dream!", *p=str[1];
printf("%d,", strlen(p)); printf("%s/n", p);

A. 9,One * World
B. 9,One * Dream
C. 10,One * Dream!
D. 10,One * World
[单项选择]阅读以下程序

#include<iostream.h>

void main( )



char line[10];

cin>>line;

cout<<line<<endl;



如运行时输入This is example.<CR>,则程序的输出结果是
A. This
B. This is
C. This is a
D. This is an example.
[单项选择]有以下程序
#include 〈string.h〉  
main ( )

char p[]='a','b ,'c', q[10]='a','b','c';
printf("%d %d/n",strlen(p),strlen(q));

以下叙述中正确的是
A. 在给p和q数组置初值时,系统会自动添加字符串结束符,故输出的长度都为3
B. 由于p数组中没有字符申结束符,长度不能确定;但q数组中字符串长度为3
C. 由于q数组中没有字符串结束符,长度不能确定:但p数组中字符串长度为3
D. 由于p和q数组中都没有字符串结束符,故长度都不能确定
[单项选择]有以下程序:
# include<string.h>
main( )
char str[][20]="Hello","Beijing",*p=str;
printf("%d/n",strlen(p+20));

程序运行后的输出结果是 ______。
A. 0
B. 5
C. 7
D. 20
[单项选择]有以下程序:
#include <stdio.h>
main( )
union
charch[2];
int d;
s;
s.d=0x4321;
printf("%x,%x/n",s.ch[0],s.ch[1]);

在16位编译系统上,程序执行后的输出结果是( )。
A. 21,43
B. 43,21
C. 43,00
D. 21,00
[单项选择]有以下程序:   #include<stdlib.h>   main( )   { char *p ,* q;    p=(char * )malloc(sizeof(char) * 20);q=p;    scanf("%s%s",p,q); printf("%s%s/n",p,q);   }   若从键盘输入:abc def<回车>,则输出结果是( )。
A. def def
B. abc def
C. abc d
D. d d
[单项选择]有以下程序
#include.<string.h>
main( )

char *p="abcde/ofghjik/0";
printf("%d/n",strlen(p));

程序运行后的输出结果是
A. 12
B. 15
C. 6
D. 5
[单项选择]有以下程序:
#include <string.h>
main( )

char str[][20]="Hello","Beijing"*p=str;
printf("%/n",strlen(p+20));

程序运行后的输出结果是
A. 0
B. 5
C. 7
D. 20
[单项选择]有以下程序:
# include <strintg.h>
main( )
char p[20]='a’,'b','c','d'),q[]="abc",r[]="abcde";
strcpy(p+strlen(q),r);strcat(p,q);
printf("%d%d/n" ,sizeof(p),strlen(p));

程序运行后的输出结果是( )。
A. 20 9
B. 9 9
C. 20 11
D. 11 11
[单项选择]有以下程序:
#include <string.h>
main( )
char p[20]='a','b','c','d',q[]="abc",r[]="abcde";
strcat(p,r); strcpy(p+strlen(q),q);
printf("%d/n",strlen(p));

程序运行后的输出结果是( )。
A. 9
B. 6
C. 11
D. 7
[单项选择]以下程序:
#include<stdio.h>
main( )
char str[10];
scanf("%s",&str);
printf("%s/n",str);

运行上面的程序,输入字符串how are you,则程序的执行结果是( )。
A. how
B. how are you
C. h
D. howareyou

我来回答:

购买搜题卡查看答案
[会员特权] 开通VIP, 查看 全部题目答案
[会员特权] 享免全部广告特权
推荐91天
¥36.8
¥80元
31天
¥20.8
¥40元
365天
¥88.8
¥188元
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《购买须知》
立即支付 系统将自动为您注册账号
请使用微信扫码支付

订单号:

截图扫码使用小程序[完全免费查看答案]
请不要关闭本页面,支付完成后请点击【支付完成】按钮
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码