單項(xiàng)選擇題設(shè)有兩字符串“Good”、“Morning”分別存放在字符數(shù)組str1[10]、str2[10]中,下面語句中能把“Morning”連接到“Good”之后的是()

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


您可能感興趣的試卷