单选题
若已定义char str1[]="good-bye", str2[10]; ,则对函数strcpy不正确使用的是______。
A、
strcpy(str1, "hello11");
B、
strcpy(str2, "hello12");
C、
strcpy(str1[], "hello13");
D、
strcpy(str2, str1);
【正确答案】
C
【答案解析】
提交答案
关闭