單項選擇題

設有以下語句: 
char str1[]= “string”,str2[8],*str3,*str4= “ string”;     
則不能對庫函數(shù)strcpy(復制字符串)的正確調(diào)用的是()

A.strepy(str1,“HELLO1”);
B.strepy(str2,“HELL02”);
C.strcpy(str3, “HELL03”)
D.strcpy(str4, “HELLO4”);


您可能感興趣的試卷