注意:此页面搜索的是所有试题
(单选题) 有字符数组定义如下,则合法的函数调用是()。 (本题2.0分)
A、 strcmp(a,b);
B、 strcpy(a,b[0]);
C、 strcpy(a[7],b);
D、 strcat(a[7],b);

参考答案