单项选择题

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

A.4
B.5
C.9
D.10