单项选择题

若有以下定义和语句: char *s1="12345",*s2="1234": printf("%d\n",strlen(strcpy(s1,s2))); 则输出结果是( )

A.4
B.5
C.6
D.不确定