单选题

若有以下说明,则(     )不是对strcpy库函数正确的调用。

strcpy库函数用于复制一个字符串:char*strl="abcd",str2[10],*str3="hijklmn",*str4[2],*str5="aaaa";

【正确答案】 C
【答案解析】