单选题

执行下面的一段C程序后,变量ret的值为(     )。
char str[20];
int ret=strlen(strcpy(str,”Hello_World”));

【正确答案】 B
【答案解析】