以下程序的输出结果是______。
#inclue <stdio.h>
#inclue <string.h>
Main()
{ char b1[8]="goddwer",b2[8];
Strcpy(b2,b1+3);
Printf("%d\n",strlen(b2));
}
A.7 B.6 C.5 D.4正确答案D
以下程序的输出结果是______。
#inclue <stdio.h>
#inclue <string.h>
Main()
{ char b1[8]="goddwer",b2[8];
Strcpy(b2,b1+3);
Printf("%d\n",strlen(b2));
}
A.7 B.6 C.5 D.4正确答案D