题目

执行下面的一段C程序后,变量ret的值为(  )。

char str[20];
int ret = strlen(strcpy(str,"Hello_World\0");

作答
0
11
12
20
答案/解析
查看试卷及答案