单项选择题

设有以下语句:
char str1 []="string"mstr2 [8],*str3,*str4=="string";
则 ______不是对库函数的正确调用。

A.strcpy(str1,"HELLO1");
B.strcpy(str2,"HELLO2");
C.strcpy(str3,"HELLO3");
D.strcpy(str 4,"HELLO4");