首页 试题详情
单选题

有以下程序 #include "stdio.h" #include "string.h" void main( ) { char str[100] ="How do you do"; strcpy( str + strlen(str)/2, "es she"); printf("%s\n", str); } 执行后的输出结果是( )。

AHow do you do

B es she

CHow are you

D How does she

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    以下程序#include main(){int a=2,b;b=a

    答案解析

  • 单选题

    以下程序  #include   main()  { int x=011;  printf(%d n,++x);  }  程序运行后的输出结果是( )。

    答案解析

  • 单选题

    以下程序#include #include void fun(char *w,int m){char s,*p1,*p2;p1=w;p2=w+m-1;while(p1

    答案解析

  • 单选题

    以下程序段  #include   main()  { …  while( getchar()!=‘ n‘);  …  }  以下叙述中正确的是( )。

    答案解析

  • 单选题

    以下程序输出结果是 。 #include stdio.h void f (); main() {int a; for(a=1;a

    答案解析

热门题库