以下程序的输出结果是______。#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