单选题
执行下面的一段C程序后,变量ret的值为( )。
char str[20];
int ret=strlen(strcpy(str,”Hello_World”));
A、
0
B、
11
C、
12
D、
20
【正确答案】
B
【答案解析】
提交答案
关闭