设char s1[ ]=“string1”,s2[8], *s3, *s4=“string2”;,则对系统函数strcpy的错误调用是()
A.strcpy(s1, “string1”);
B.strcpy(s4, “string2”);
C. strcpy(“string2”,s2);
D. strcpy(s3, “string1”);
正确答案是C
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。