若定义chara[80]=”95”,b[]=”windows”;,语句printf(”%s”,strcpy(a,b));的输出结果为()
A:windows95
B:windows
C:95
D:95windows
出自:计算机科学