单项选择题

A.strcpy(str1,str2)
B.strcpy(str1,"Morning")
C.strcat(str1,"Morning")
D.strcat("Good",str2)