首页 > 计算机 > 计算机考试 正文

[单项选择题] 下面程序的运行结果是( )。 #include<ctype.h> fun(char *p) int i,t; char ts[8]; for(i=0,t=0;p[i]!=&

时间:2021-07-20 18:27:06 解答: 87 次

[单项选择题] 下面程序的运行结果是( )。

#include<ctype.h>

fun(char *p)

int i,t; char ts[8];

for(i=0,t=0;p[i]!="";i+=2)

if(!isspace(*p+i)&&(*(p+i)!="a"))

ts[t++]=toupper(p[i]);

ts[t]=" ";

strcpy(p,ts);

main()

char str[81]="a b c d ef g");

fun(str);

puts(str);

A.abcdeg

B.bcde

C.ABCDE

D.BCDE

正确答案:

D

  • 相关题库

请充值VIP继续使用(未注册用户支付后会自动注册登录)

×

95元 29元

VIP截止日期:2025-01-01 02:19:14

←请使用支付宝扫码支付

95元 29元

VIP截止日期:2025-01-01 02:19:14

←请使用微信扫码支付